Click or press any key to close help Help screen describing the interactive elements

A lognormal random variable is one whose logarithm is normally distributed. Lognormal distributions arise naturally when the effect of many small independent forces is multiplicative. This contrasts with the normal distribution, which arises naturally when many small independent forces act additively.

Parameter Range Description
μ -∞ < μ < ∞ Mean of associated normal distribution
σ² σ² > 0 Variance of associated normal distribution

Probability Density Function

f ( x | μ , σ 2 ) = 1 σ 2 π e ( log x μ ) 2 / ( 2 σ 2 ) x

Support

0 < x <

Mean

Variance

Example μ σ²
The logarithm of the price of individual stocks relative to one year earlier is normally distributed with mean 0.07 and variance 0.85. 0.0700 0.8500
Response times for tasks are often modeled by a lognormal distribution. Let X be the response time of a random person on a task that takes an average 60 seconds with standard deviation 30 seconds. 3.983 0.2231
The body weight of adult women in the US is approximately lognormally distributed with mean 170.6 pounds and standard deviation 24.98 pounds. 5.129 0.0212

X ~ Lognormal(μ, σ²)

Chart of the lognormal distribution Chart area for displaying the lognormal pdf, cdf, visualization, and simulation

E(X) = , Var(X) =

Note that, unlike the normal distribution, the lognormal is skewed to the right, with a long right tail. This often makes it a good model for variables which are bounded below but not above.

The illustration above shows a random variable N with a normal(μ, σ2) distribution in the lower left corner. The random variable X = eN in the upper right has a lognormal(μ, σ2) distribution. The quantiles are shown for both distributions. Note that the function eN stretches the gap between quantiles as N increases, transforming the symmetric normal distribution into the right-skewed lognormal.

The simulation above uses a point N chosen at random from a normal(μ, σ2) distribution. The light blue line shows the value of the random variable X = eN, which has a lognormal(μ, σ2) distribution. The histogram accumulates the results of each simulation.

Y = Π Xᵢ ~ Lognormal(Σμᵢ, Σσᵢ²) 1/X ~ Lognormal(-μ, σ²) log(X) ~ Normal(μ, σ²)

Chart of the related distribution Chart area for displaying the related pdf, cdf, visualization, and simulation

E(Y) = , Var(Y) =