risk.validation.kendallTau
Syntax
Description
returns the Kendall tau correlation between kendallValue = risk.validation.kendallTau(X,Y)X and
Y, where each input can represent quantities such as rankings or
predictions, probability of default (PD), or loss given default (LGD) estimates. For
example, in credit scoring models, you can use this metric to measure the correlation
between predicted and observed credit rating grades.
[
also returns kendallValue,Output] = risk.validation.kendallTau(___)Output, a structure containing fields with additional
details about the correlation:
Type— Variant used in correlation computationPValue— Statistical significance of correlation
Use this syntax to confirm the applied variant and evaluate the statistical significance of the correlation.
Examples
Input Arguments
Output Arguments
More About
References
[1] Basel Committee on Banking Supervision, “Studies on the Validation of the Internal Rating Systems.” May, 2005. https://www.bis.org/publ/bcbs_wp14.htm.
[2] Göktas, A., & Isçi, Ö. (2011). "A comparison of the most commonly used measures of association for doubly ordered square contingency tables via simulation." Metodoloski Zvezki, 8(1), 17–37.
[3] Baesens, Bart, et al. "Credit Risk Analytics: Measurement Techniques, Applications, and Examples in SAS." 1st ed., Wiley, 2016.
Version History
Introduced in R2026a