Population Stability Index
The Population Stability Index (PSI) is a statistical measure of how much the distribution of a variable or population has shifted between two datasets, such as a baseline sample and a more recent one, or between two points in time. It condenses that shift into a single number, where larger values indicate greater change. Practitioners commonly use it to flag when the data feeding a model looks meaningfully different from the data the model was built on.
PSI quantifies the divergence between two distributions of a variable (typically an expected or baseline distribution versus an actual or current distribution) by binning the variable, computing the proportion of observations in each bin for both samples, and summing a per-bin term based on the difference and the log ratio of those proportions. It is often described as a symmetric measure related to relative entropy (information divergence) between the two distributions. In model monitoring, PSI is commonly applied to detect distributional shift in model inputs or scores over time or across samples; a higher PSI signals a larger shift that may warrant investigation. Note that PSI measures distributional change of a variable, not model performance directly, and does not by itself establish that a model's accuracy or calibration has degraded. Common bin-count conventions and PSI threshold bands (for example, ranges labeled as little, moderate, or significant shift) are heuristics rather than universally fixed standards, and their appropriateness depends on binning choices, sample size, and context; the evidence provided does not specify particular numeric thresholds.
Why it matters
Models are typically built on historical data under an implicit assumption that future data will resemble the data seen during development. When the underlying population shifts, that assumption weakens, and a model may begin producing outputs that no longer reflect the environment it was intended to serve. The Population Stability Index gives model risk teams a compact, monitorable signal for that kind of distributional change, making it a common component of ongoing model monitoring programs. Because it reduces a complex shift into a single number, PSI is often used as an early trigger for review rather than as a final diagnosis.
It is important to keep PSI scoped correctly: it measures how much the distribution of a variable or score has changed between two samples, not whether the model's accuracy, calibration, or business outcomes have degraded. A rising PSI may accompany performance degradation, but the two are distinct concepts, and PSI alone does not establish that a model is performing worse. Treating a PSI value as direct evidence of model failure is a frequent misinterpretation; conversely, a stable PSI does not guarantee that a model remains fit for purpose, since performance can degrade for reasons unrelated to input distribution shift.
The practical significance of PSI also depends heavily on how it is implemented and interpreted. Common threshold bands that label shifts as little, moderate, or significant are heuristics rather than universally fixed standards, and their appropriateness varies with binning choices, sample size, and the specific use context. Organizations that adopt PSI without documenting and validating these choices risk generating misleading signals, so the metric is most useful when embedded in a broader monitoring and governance process rather than relied on in isolation.
Who it's relevant to
Inside PSI
Common questions
Answers to the questions practitioners most commonly ask about PSI.