Concept Architecture
Concept
Theoretically, the Nelson-Aalen Estimator is a non-parametric estimator of the cumulative hazard function in survival analysis. It is founded on counting process theory and estimates the accumulated hazard experienced by individuals over time without assuming any underlying probability distribution. The estimator exists to quantify cumulative risk while appropriately accommodating right-censored survival data.
Mathematically, the Nelson-Aalen estimator is constructed by summing the observed hazard contributions at each distinct event time. At every event time, the increment in cumulative hazard equals the number of observed events divided by the number of individuals at risk immediately before the event. The resulting step function provides a consistent estimator of the cumulative hazard, from which survival probabilities may be approximated.
In practice, the Nelson-Aalen estimator is calculated directly from observed survival data and is routinely implemented in statistical software. It is commonly used to estimate cumulative hazard functions, assess proportional hazards assumptions and support the fitting and validation of Cox proportional hazards and parametric survival models. In health economics, it provides an empirical estimate of cumulative hazard that informs survival extrapolation within decision-analytic models.
Purpose
Used to estimate the cumulative hazard function from censored survival data, support survival model assessment and provide empirical hazard estimates for health economic modelling.
Mathematical Formulae
Primary Formula
H?(t) = ???�? (d? / n?)
where:
H?(t) = estimated cumulative hazard
d? = number of events at time t?
n? = number at risk immediately before time t?
Supporting Formulae
?H?(t?) = d? / n?
S?(t) � exp(?H?(t))
Var(H?(t)) = ???�? d? / (n?(n? ? d?))
Related Mathematical Methods
- Kaplan-Meier Estimator
- Cox Proportional Hazards Model
- Hazard Function
- Cumulative Hazard Function
- Martingale Residual
- Maximum Likelihood Estimation
Example
A survival study records three event times.
| Time (months) | Events (d?) | At Risk (n?) | Hazard Increment |
|---|---|---|---|
| 6 | 2 | 100 | 2/100 = 0.020 |
| 12 | 3 | 90 | 3/90 = 0.033 |
| 18 | 4 | 80 | 4/80 = 0.050 |
The cumulative hazard at 18 months is:
H?(18) = 0.020 + 0.033 + 0.050 = 0.103
The corresponding survival estimate is:
S?(18) � exp(?0.103) = 0.902
Excel Implementation
| Function | Example Formula | Health Economics Application |
|---|---|---|
| SUM | =SUM(D2:D10) | Calculate cumulative hazard by summing hazard increments. |
| EXP | =EXP(-E10) | Convert cumulative hazard into an approximate survival probability. |
| COUNTIFS | =COUNTIFS(A:A,">="&A2) | Calculate the number of individuals at risk. |
| IF | =B2/C2 | Calculate the hazard increment at each event time. |
VBA (Optional)
Automate calculation of Nelson-Aalen cumulative hazards and generate cumulative hazard plots for survival model validation.
Sources
- Nelson W. Theory and Applications of Hazard Plotting for Censored Failure Data. Technometrics. 1972.
- Aalen OO. Nonparametric Inference for a Family of Counting Processes. Annals of Statistics. 1978.
- Andersen PK, Borgan ?, Gill RD, Keiding N. Statistical Models Based on Counting Processes.
- Klein JP, Moeschberger ML. Survival Analysis: Techniques for Censored and Truncated Data.
- Collett D. Modelling Survival Data in Medical Research.
- Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation.
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 Nelson-Aalen estimator?
A non-parametric method for estimating the cumulative hazard function from censored data, closely related to the Kaplan-Meier estimator.
Source: Aalen 1978
How does the Nelson-Aalen estimator build up the cumulative hazard?
The Nelson-Aalen estimator accumulates the cumulative hazard step by step, adding at each event time the number of events divided by the number still at risk, so the estimate rises in jumps as events occur. Summing these increments up to any time gives the total accumulated risk by then. Because it targets the cumulative hazard rather than survival, it is often used to inspect how risk builds over time and to check assumptions such as a constant hazard, which would show as a straight line. Klein and Moeschberger (2003) describe it.
Source: Klein & Moeschberger 2003
How is the Nelson-Aalen estimator calculated?
The Nelson-Aalen estimator is calculated by summing, over all event times up to a given point, the number of events at each time divided by the number at risk just before it, giving the estimated cumulative hazard. Each event time contributes an increment equal to the events divided by those at risk. Censored individuals reduce the number at risk but do not add increments. This produces a step-function estimate of the cumulative hazard, increasing at each event time.
Source: Aalen 1978
How does the Nelson-Aalen estimator relate to Kaplan-Meier?
The Nelson-Aalen estimator estimates the cumulative hazard, while the Kaplan-Meier estimator estimates the survival function, and the two are linked, since survival equals the exponential of the negative cumulative hazard. A survival estimate can be derived from the Nelson-Aalen cumulative hazard, giving results close to Kaplan-Meier. The two are complementary non-parametric estimators from censored data, with Nelson-Aalen focusing on the cumulative hazard and Kaplan-Meier on survival, and both arising naturally in the counting-process framework.
Source: Kalbfleisch & Prentice 2002
What is the Nelson-Aalen estimator used for?
The Nelson-Aalen estimator is used to estimate and display the cumulative hazard from censored survival data, which is useful for assessing the shape of the hazard, since the slope of the cumulative hazard reflects the hazard rate, and for deriving survival estimates. Its increments can be smoothed to estimate the hazard function. It is also used in diagnostics and as a building block in survival methods. As a non-parametric cumulative hazard estimator, it complements Kaplan-Meier in describing survival data.
Source: Aalen 1978
Why estimate the cumulative hazard rather than survival directly?
Estimating the cumulative hazard, as the Nelson-Aalen estimator does, is useful because the cumulative hazard's shape reveals the hazard pattern, its slope indicating whether the hazard is constant, rising, or falling, which aids in choosing a survival distribution. The cumulative hazard estimator also has good statistical properties and arises naturally in the counting-process theory underlying survival analysis. Since survival and cumulative hazard are linked, estimating either gives the other, but the cumulative hazard is often more convenient for diagnostics and for examining the hazard shape.
Source: Aalen 1978
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-055
Stable URI · Machine-readable · Resolvable · CC BY 4.0