Regression
Description
Create and analyze a Regression
model object to
calculate the exposure at default (EAD) using this workflow:
Use
fitEADModel
to create aRegression
model object.Use
predict
to predict the EAD.Use
modelDiscrimination
to return AUROC and ROC data. You can plot the results usingmodelDiscriminationPlot
.Use
modelCalibration
to return the R-square, RMSE, correlation, and sample mean error of the predicted and observed EAD data. You can plot the results usingmodelCalibrationPlot
.
Creation
Syntax
Description
specifies options using one or more name-value pair arguments in addition to
the input arguments in the previous syntax. The optional name-value pair
arguments set model object properties. For
example, RegressionEADModel
= fitEADModel(___,Name=Value
)eadModel =
fitEADModel(EADData,ModelType,PredictorVars={'UtilizationRate','Age','Marriage'},ConversionMeasure="ccf",DrawnVar='Drawn',LimitVar='Limit',ResponseVar='EAD')
creates an eadModel
object using a
Regression
model type.
Input Arguments
Properties
Object Functions
predict | Predict exposure at default |
modelDiscrimination | Compute AUROC and ROC data |
modelDiscriminationPlot | Plot ROC curve |
modelCalibration | Compute R-square, RMSE, correlation, and sample mean error of predicted and observed EADs |
modelCalibrationPlot | Scatter plot of predicted and observed EADs |
Examples
More About
References
[1] Baesens, Bart, Daniel Roesch, and Harald Scheule. Credit Risk Analytics: Measurement Techniques, Applications, and Examples in SAS. Wiley, 2016.
[2] Bellini, Tiziano. IFRS 9 and CECL Credit Risk Modelling and Validation: A Practical Guide with Examples Worked in R and SAS. San Diego, CA: Elsevier, 2019.
[3] Brown, Iain. Developing Credit Risk Models Using SAS Enterprise Miner and SAS/STAT: Theory and Applications. SAS Institute, 2014.
[4] Roesch, Daniel and Harald Scheule. Deep Credit Risk. Independently published, 2020.