Lognormal Distribution Calculator
Calculate lognormal PDF, CDF, mean, median, mode, and variance from the log-scale location and positive shape parameter.
About the lognormal distribution
Lognormal distribution examples
| Parameters | Properties | Interpretation |
|---|---|---|
| sigma = 0.5, mu = 0, x = 1 | PDF = 0.797885, CDF = 0.5 | X equals the median, so cumulative probability is one half. |
| sigma = 1, mu = 0, x = 1 | Mean = 1.648721 | Greater shape produces more right skew and a mean well above the median. |
| sigma = 0.4, mu = 2, x = 7.389 | CDF approximately 0.5 | The evaluation point is approximately exp(mu), the distribution median. |
How to use the lognormal calculator
- Enter the positive log-scale standard deviation sigma.
- Enter the normal location parameter mu for the natural logarithms.
- Enter a positive x value where the PDF and CDF should be evaluated.
- Click Calculate Distribution and review the probabilities and summary measures.
Lognormal distribution FAQ
Why must x be positive?
The natural logarithm is defined only for positive real values. Consequently, the standard lognormal distribution has no probability mass at zero or below.
Are mu and sigma the mean and standard deviation of X?
No. They are the mean and standard deviation of ln(X), while the original-scale mean and variance use exponential formulas.
Why is the mean larger than the median?
The long right tail contains relatively rare but large values that pull the arithmetic mean upward. The median depends only on the halfway probability point.
What does the CDF represent?
The CDF at x is the probability that a lognormal observation is less than or equal to x. One minus the CDF is the probability of exceeding x.
How can I check whether data are lognormal?
Take natural logarithms of the positive observations and assess whether those transformed values are approximately normal. Use plots and subject knowledge rather than relying on one goodness-of-fit statistic.