Calculate probabilities, percentiles, and generate visualizations for Log Normal distributions. Essential for statistics, finance, and data science.
The log-normal distribution is a continuous probability distribution of a random variable whose logarithm is normally distributed. It's widely used in various fields including finance, economics, and engineering.
Mathematical Definition:
If Y = ln(X) follows a normal distribution with mean μ and variance σ², then X follows a log-normal distribution with parameters μ and σ.
X ~ LogNormal(μ, σ²) ⇔ ln(X) ~ N(μ, σ²)
| Property | Formula | Description |
|---|---|---|
| Support | x ∈ (0, ∞) | Only positive values |
| Mean | exp(μ + σ²/2) | Expected value of X |
| Variance | [exp(σ²) - 1] · exp(2μ + σ²) | Spread of the distribution |
| Mode | exp(μ - σ²) | Most frequent value |
| Median | exp(μ) | 50th percentile |
| Skewness | (exp(σ²) + 2)√(exp(σ²) - 1) | Always positive (right-skewed) |
Finance: Stock prices, asset returns, and option pricing models often follow log-normal distributions.
Economics: Income distribution, firm sizes, and city populations are often modeled with log-normal distributions.
Engineering: Failure analysis, particle sizes, and material strength often follow log-normal distributions.
Biology: Species abundance, incubation periods of infectious diseases, and physiological measurements.
The log-normal distribution is intimately connected to the normal distribution through the logarithmic transformation:
Calculator Features:
No recent calculations
| Percentile | Value |
|---|