modelAccuracy
Compute R-square, RMSE, correlation, and sample mean error of predicted and observed EADs
Since R2021b
modelAccuracy
is renamed to modelCalibration
.
modelAccuracy
is not recommended. Use modelCalibration
instead.
Description
computes the R-square, root mean square error (RMSE), correlation, and sample mean
error of observed vs. predicted exposure at default (EAD) data.
AccMeasure
= modelAccuracy(eadModel
,data
)modelAccuracy
supports comparison against a reference model
and also supports different correlation types. By default,
modelAccuracy
computes the metrics in the EAD scale. You can
use the ModelLevel
name-value argument to compute metrics using
the underlying model's transformed scale.
[
specifies options using one or more name-value arguments in addition to the input
arguments in the previous syntax.AccMeasure
,AccData
] = modelAccuracy(___,Name=Value
)
Input Arguments
Output Arguments
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.