Hi! Thank you for your question about estimating the Population Stability Index (PSI) for numeric variables. You are correct that the PSI formula is the same, but the approach can differ slightly between continuous and discrete variables. For continuous variables, you typically need to bin the data, meaning you group the continuous values into intervals or "bins". This helps in comparing distributions between two periods or datasets effectively. For discrete or categorical variables, the values are already in distinct categories, so the PSI calculation can be applied directly to these categories without binning. The reason for using different approaches lies in the nature of the data. Continuous variables require transformation to compare distributions appropriately, while categorical variables are already formatted for direct comparison. If you want to dive deeper into this topic and see worked examples for both numeric and categorical variables in SAS, I invite you to read my article titled "Implementación en SAS del Population Stability Index (PSI)" on my website SAS desde Cero. The article provides a step-by-step guide on how to calculate PSI for both types of variables using SAS. You can read the full article here: https://www.sasdesdecero.com/implementacion-en-sas-del-population-stability-index/ Please note that the article is in Spanish. I hope you find this information helpful. Good luck with your analysis! Best regards, Jorge Carballo
... View more