Published: Jul 2026
Population Stability Index (PSI) is a simple way to measure score distribution drift between a reference period and a current period.
For score bins \(i = 1,2,\dots,n\):
$$ \text{PSI} = \sum_{i=1}^{n} (A_i - E_i) \ln\left(\frac{A_i}{E_i}\right) $$where \(E_i\) is the expected (reference) proportion and \(A_i\) is the actual (current) proportion.
PSI does not replace performance metrics, but it is a strong early warning signal for model and data pipeline shifts.