Concept Architecture
Concept
Theoretically, the Log-Normal Distribution is a continuous probability distribution in which the logarithm of a positive random variable follows a normal distribution. It is commonly used to model positively skewed data arising from multiplicative biological or stochastic processes. In health economics, the log-normal distribution is widely applied to model survival times, healthcare costs, resource utilisation and uncertainty in probabilistic sensitivity analysis because these variables are non-negative and frequently exhibit substantial right skew.
Mathematically, the log-normal distribution is characterised by the mean and standard deviation of the logarithm of the variable rather than the variable itself. This formulation produces a positively skewed distribution whose probability density, cumulative distribution and survival functions have closed-form representations based on the normal distribution. Model parameters are typically estimated using maximum likelihood estimation.
In practice, the log-normal distribution is fitted to individual patient data using statistical software. It is routinely compared with Weibull, Gompertz, log-logistic and generalised gamma distributions when modelling survival data and is also used to represent uncertainty in positive model parameters within probabilistic sensitivity analyses. The fitted distribution is subsequently used to estimate survival probabilities, life expectancy, quality-adjusted life-years and healthcare costs.
Purpose
Used to model positive, right-skewed continuous variables, estimate survival distributions and represent uncertainty in health economic models and probabilistic sensitivity analyses.
Mathematical Formulae
Primary Formula
ln(T) ~ N(?, ��)
where:
- T = positive random variable
- ? = mean of ln(T)
- � = standard deviation of ln(T)
Supporting Formulae
Probability density function:
f(t) = (1 / (t��(2�))) ? exp(?(ln(t) ? ?)� / (2��))
Mean:
E(T) = exp(? + �� / 2)
Variance:
Var(T) = [exp(��) ? 1] ? exp(2? + ��)
Model parameters are estimated using:
?? = arg max L(?)
Related Mathematical Methods
- Maximum likelihood estimation
- Parametric survival modelling
- Log-normal model
- Weibull distribution
- Log-logistic distribution
- Generalized gamma distribution
- Akaike Information Criterion (AIC)
- Bayesian Information Criterion (BIC)
Example
A clinical trial evaluating a chronic disease treatment demonstrates survival times with a long right tail. A log-normal distribution is fitted to the patient-level data because it better captures prolonged survival among a subset of patients than a Weibull distribution. The fitted distribution is then used to project lifetime quality-adjusted life-years and healthcare costs in the economic evaluation.
Excel Implementation
| Function | Example Formula | Health Economics Application |
|---|---|---|
| LOGNORM.DIST | =LOGNORM.DIST(A2,Mu,Sigma,FALSE) | Calculate the log-normal probability density for survival or cost data. |
| LOGNORM.INV | =LOGNORM.INV(RAND(),Mu,Sigma) | Generate random values for probabilistic sensitivity analysis. |
| LN | =LN(A2) | Transform observed values prior to parameter estimation. |
| AVERAGE | =AVERAGE(LNRange) | Estimate the mean of the log-transformed observations. |
VBA (Optional)
Automate fitting of log-normal distributions, compare alternative survival distributions and generate random samples for probabilistic sensitivity analysis.
Sources
- Lawless JF. Statistical Models and Methods for Lifetime Data.
- Collett D. Modelling Survival Data in Medical Research.
- Klein JP, Moeschberger ML. Survival Analysis: Techniques for Censored and Truncated Data.
- Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation.
- NICE. Health Technology Evaluation Manual.
Related Concepts (2)
Library
Tools & Resources
1
survHE — Survival Analysis for Health Economic Evaluation (R package) — Gianluca Baio, R package ed., 2023 (CRAN)
An R package for fitting and comparing parametric survival models for health economic evaluation, including Bayesian estimation, and for extrapolating time-to-event data to inform cost-effectiveness models.
Software (R package)View source →
Frequently Asked Questions (6)
What is the log-normal distribution?
A probability distribution in which the logarithm of the variable follows a normal distribution, often used for hazards that rise then fall.
Source: Collett 2015
How does the log-normal distribution relate to the normal distribution?
A variable follows a log-normal distribution when its logarithm follows an ordinary normal distribution, so taking logs of log-normal data yields the familiar bell-shaped curve. This makes the distribution positive and right-skewed, since exponentiating a symmetric spread stretches the upper values. It can represent a hazard that rises to a peak and then falls, similar to the log-logistic, and it suits durations and other positive quantities with a long tail. The logarithmic link is its defining feature. Collett (2015) describes it.
Source: Collett 2015
What hazard shape does the log-normal distribution represent?
The log-normal distribution represents a hazard that rises to a peak and then declines, a unimodal, non-monotonic shape, similar to the log-logistic. The risk increases initially, reaches a maximum, and then falls toward zero over the long term. This turning hazard distinguishes the log-normal from monotonic distributions like the exponential and Weibull, making it appropriate for survival data where the hazard is expected to peak and then decline, and giving it a particular long-term behaviour in extrapolation.
Source: Collett 2015
When is the log-normal distribution used?
The log-normal distribution is used in survival analysis where the hazard rises then falls, and where it fits the data better than monotonic distributions, and it is also used for positive, skewed quantities such as costs. As a candidate survival distribution, it is chosen where its unimodal hazard suits the observed pattern. Because its hazard declines in the long term, implying long projected survival, its fit and the plausibility of its extrapolation are compared with other distributions before selection.
Source: Kalbfleisch & Prentice 2002
How does the log-normal differ from the log-logistic distribution?
The log-normal and log-logistic distributions both represent unimodal hazards that rise then fall and often fit survival data similarly, but they arise from different transformations, the log-normal from a normal distribution of the log-variable and the log-logistic from a logistic one. They differ somewhat in tail behaviour, which can affect extrapolation. Because they can fit observed data comparably yet extrapolate differently, both are considered as candidate distributions, and the choice between them is guided by fit and the plausibility of the projected tail.
Source: Collett 2015
What are the limitations of the log-normal distribution?
The log-normal distribution's hazard follows a specific unimodal form, so it cannot represent all shapes, such as monotonically increasing hazards, and its long-term declining tail can imply implausibly long survival when extrapolated far beyond the data. Its extrapolation depends on the assumed form and is uncertain. As one of several candidate distributions, it may fit worse than alternatives for particular data. These limitations mean the log-normal distribution is used where its hazard shape is appropriate and compared with other models.
Source: Collett 2015
Trust Record
Verified by Dr Darrin Baines
British health economist
Professional identity: darrinbaines.org
Verification date: 22 Oct 2025
Content version: 1.0.0
Canonical Identity
- Term code
- HE-EM-SM-047
Stable URI · Machine-readable · Resolvable · CC BY 4.0