Glossary Entry

Survival Function

The probability that a lifetime exceeds t, written S(t). It starts at 1, never increases, and its value at each time is the fraction of a population expected to still be "alive" then.

Statistics Models

Also called: survival curve, survival curves, survival functions

Seed source: Wikipedia, Survival function

The survival function answers “what is the probability this thing lasts beyond time t?” for a random lifetime: a customer staying subscribed, a patient staying alive, a component staying functional. Plotted against time it is the survival curve, and reading values off that curve is how expected lifetimes, medians, and lifetime values get computed.

It is tightly linked to the hazard function: survival to time t is the product of one-period conditional survival probabilities, one minus the hazard at each step. Estimating the survival function from data where many lifetimes are still unfinished is the job of estimators like Kaplan-Meier.