• Home
  • LOGNORM.DIST Function

LOGNORM.DIST Function

The LOGNORM.DIST function is one of the statistical functions. It is used to return the lognormal distribution of x, where ln(x) is normally distributed with parameters mean and standard_dev.

Syntax

LOGNORM.DIST(x, mean, standard_dev, cumulative)

The LOGNORM.DIST function has the following arguments:

ArgumentDescription
xThe value at which the function should be calculated. A numeric value greater than 0.
meanThe mean of ln(x), a numeric value.
standard_devThe standard deviation of ln(x), a numeric value greater than 0.
cumulativeA logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.
Notes

How to apply the LOGNORM.DIST function.

Examples

The figure below displays the result returned by the LOGNORM.DIST function.

LOGNORM.DIST Function

Host ONLYOFFICE Docs on your own server or use it in the cloud

Article with the tag:
Browse all tags