Log Normal Distribution — Definition, Formula & Examples
A log normal distribution describes a positive random variable whose natural logarithm follows a normal distribution. It produces a right-skewed curve and commonly models quantities like income, stock prices, and biological measurements that cannot be negative.
A continuous random variable has a log normal distribution with parameters and if is normally distributed with mean and variance . The support of is .
Key Formula
Where:
- = Value of the random variable (must be positive)
- = Mean of the natural logarithm of X
- = Standard deviation of the natural logarithm of X
How It Works
To work with a log normal distribution, you transform the variable by taking its natural logarithm, which converts it into a normal distribution. You can then apply all the familiar normal distribution techniques — z-scores, probability tables, confidence intervals — to . When you need results back in the original scale, you exponentiate. The parameters and refer to the mean and standard deviation of , not of itself.
Worked Example
Problem: The natural log of a company's daily revenue follows a normal distribution with μ = 6 and σ = 0.5. Find the probability that revenue on a given day is less than $200.
Step 1: Transform to log scale: Take the natural log of the threshold value.
Step 2: Compute the z-score: Use the normal distribution parameters for ln(X).
Step 3: Look up the probability: Using a standard normal table or calculator, find P(Z < −1.404).
Answer: There is approximately an 8.0% chance that daily revenue falls below $200.
Why It Matters
Log normal distributions appear throughout finance, biology, and engineering. Stock prices are often modeled as log normal in the Black-Scholes option pricing model. Environmental scientists use them to model pollutant concentrations, where values are strictly positive and heavily right-skewed.
Common Mistakes
Mistake: Interpreting μ and σ as the mean and standard deviation of X itself.
Correction: These parameters describe ln(X), not X. The actual mean of X is exp(μ + σ²/2), and its variance is [exp(σ²) − 1]·exp(2μ + σ²).
