Lognormal Distribution Calculator

Compute PDF, CDF, percentiles, and moments for the lognormal distribution with interactive density curve, percentile table, and properties reference.

Mean of ln(X)
Std dev of ln(X)
PDF f(1.00)
0.398942
Probability density
CDF F(1.00)
0.500000
P(X ≤ 1.00) = 50.000%
P(0.50 ≤ X ≤ 2.00)
0.511783
51.178%
Mean
1.6487
e^(μ + σ²/2) = e^(0.500)
Median
1.0000
e^μ = e^0.000
Mode
0.3679
e^(μ − σ²) = e^-1.000
Std Deviation
2.1612
Variance: 4.6708
CV
1.3108
Coefficient of variation
Skewness
6.1849
Always right-skewed (> 0)

PDF Curve

0Mode: 0.37Mean: 1.6510.3

Percentile Table

PercentileX valueln(X)
1th0.0976-2.3268
5th0.1930-1.6452
10th0.2776-1.2817
25th0.5096-0.6742
50th1.0000-0.0000
75th1.96240.6742
90th3.60291.2817
95th5.18211.6452
99th10.24502.3268
Distribution Properties Reference
PropertyFormulaValue
Meane^(μ + σ²/2)1.648721
Variance(e^σ² − 1)e^(2μ + σ²)4.670774
Mediane^μ1.000000
Modee^(μ − σ²)0.367879
Skewness(e^σ² + 2)√(e^σ² − 1)6.184877
Ex. Kurtosise^(4σ²) + 2e^(3σ²) + 3e^(2σ²) − 6110.9364
Entropyμ + ½ln(2πeσ²)1.4189
Planning notes, formulas, and examples

About the Lognormal Distribution Calculator

The lognormal distribution calculator computes probabilities, percentiles, and statistical properties for the lognormal distribution — a continuous distribution whose logarithm is normally distributed. If X is lognormal with parameters μ and σ, then ln(X) ~ Normal(μ, σ²).

The lognormal distribution naturally models quantities that arise from multiplicative processes: stock prices, income distributions, particle sizes, failure times, biological measurements, and file sizes. Its characteristic right skew means the mean exceeds the median, which exceeds the mode.

Enter the location parameter μ (log-scale mean) and scale parameter σ (log-scale standard deviation) to compute PDF, CDF, interval probabilities, a visual density curve, a detailed percentile table, and a properties reference card. The same parameter pair also makes it easy to compare the median, mean, and mode, which is useful when the data is strongly right-skewed.

When This Page Helps

The lognormal distribution appears in finance, biology, environmental science, reliability engineering, and anywhere positive, right-skewed data is produced by multiplicative effects. This calculator gives you PDF/CDF evaluation, percentiles, a density curve, and a properties table without making you do the logarithms by hand.

It is a practical fit when the mean, median, and mode are all meaningfully different and the raw values cannot go below zero.

How to Use the Inputs

  1. Enter μ (mu, the mean of the natural log of X) and σ (sigma, the standard deviation of ln(X)).
  2. Enter x for point PDF and CDF calculations.
  3. Set x₁ and x₂ for interval probability P(x₁ ≤ X ≤ x₂).
  4. Review the density curve — the shaded region shows the interval probability.
  5. Examine the percentile table for key quantiles.
  6. Use presets to explore common applications.
Formula used
PDF: f(x) = (1/(xσ√(2π))) exp(−(ln(x)−μ)²/(2σ²)). Mean = e^(μ+σ²/2). Median = e^μ. Mode = e^(μ−σ²). Variance = (e^(σ²)−1)e^(2μ+σ²).

Example Calculation

Result: P(X ≤ 1) = 0.5000 (50%), PDF f(1) = 0.3989

With μ = 0 and σ = 1, the median of the lognormal is e^0 = 1, so exactly 50% of the distribution lies below x = 1. The PDF at x = 1 peaks at 0.3989.

Tips & Best Practices

  • The median (e^μ) is always less than the mean (e^(μ+σ²/2)) for the lognormal — the right tail pulls the mean higher.
  • If your data is right-skewed and positive, plotting the log-transformed data should look approximately normal if it's truly lognormal.
  • Stock prices are often modeled as exp(drift + σ×Z), making returns lognormal — this is the basis of Black-Scholes option pricing.
  • A product of many independent positive random variables tends toward lognormal (central limit theorem for products).
  • The coefficient of variation √(e^σ² − 1) depends only on σ, not μ — useful for comparing variability across different scales.
  • For reliability analysis, the lognormal models failure times where early failures and wear-out both contribute to the distribution shape.

Multiplicative Central Limit Theorem

Just as the normal distribution emerges from sums of independent variables, the lognormal emerges from products. If X = Y₁ × Y₂ × ... × Yₙ where Yᵢ are positive independent variables, then ln(X) = ln(Y₁) + ... + ln(Yₙ), which by the CLT tends to normal. Hence X tends to lognormal.

Black-Scholes and Financial Modeling

The Black-Scholes option pricing model assumes stock prices follow geometric Brownian motion, making future prices lognormally distributed. The parameters μ (drift) and σ (volatility) determine expected returns and risk. Understanding lognormal percentiles is crucial for Value at Risk (VaR) calculations.

Environmental and Health Applications

Pollutant concentrations, bacterial colony counts, and particle size distributions often follow lognormal models. Environmental regulations frequently use geometric mean and geometric standard deviation rather than arithmetic ones, reflecting the underlying lognormal nature of the data.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • μ and σ are parameters of the underlying normal distribution of ln(X). The actual mean of X is e^(μ+σ²/2), which is larger than e^μ (the median). Similarly, the actual std dev depends on both μ and σ in a complex way.