Description Usage Arguments Details Value Note Author(s) References See Also Examples
Plot detailed results of probability of default calibration using Quasi Moment Matching algorithm.
1 | QMMPlot(x)
|
x |
Output of |
Plot contains conditional PD (probability of default) values:
before re-calibration (sample Central Tendency and AR (accuracy ratio)); |
after re-calibration (target Central Tendency and AR); |
upper confidence interval PDs (target Central Tendency and target AR minus one standard deviation of sample AR); |
lower confidence interval PDs (target Central Tendency and target AR plus one standard deviation of sample AR). |
Plot of conditional PDs.
In case rating.type is 'RATING', PD plot is produced against unconditional cumulative portfolio distribution.
In case rating.type is 'SCORE', PD plot is produced against scores.
Denis Surzhko <densur@gmail.com>
Tasche, D. (2009) Estimating discriminatory power and PD curves when the number of defaults is small. Working paper, Lloyds Banking Group.
Tasche, D. (2013) The art of probability-of-default curve calibration. Journal of Credit Risk, 9:63-103.
1 2 3 4 | pd <- c(0.2, 0.1, 0.005, 0.001, 0.001)
porfolio <- c(100, 200, 200, 200, 100)
qmm <- QMMRecalibrate(0.05, pd, porfolio, rating.type = 'RATING')
QMMPlot(qmm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.