/population-stability-index

Python implementation of the population stability index (PSI)

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Population Stability Index

This is a python implementation of the population stability index (PSI), which is used in the financial industry to measure changes in an underlying population over time, although it is not limited to only datasets separated by time.

Interpretation

  • PSI < 0.1: no significant population change
  • PSI < 0.2: moderate population change
  • PSI >= 0.2: significant population change

Dependencies

Numpy

References