risk.validation.correlatedBinomialTest
R2026bSyntax
Description
returns the correlated binomial test result or results, hCorrBinTest = risk.validation.correlatedBinomialTest(Probability,NumEvents,NumTrials,Correlation)hCorrBinTest,
for a given set of probabilities, events, and correlation trials. The output is
1 if the test rejects the null hypothesis at the 95% confidence level,
or 0 otherwise. Probability contains numeric values
that represent quantities such as probability of default (PD) estimates. For PD models,
Correlation represents the asset correlation of a one-factor
model.
specifies optional name-value arguments. For example, you can set a specific confidence
level for the correlated binomial test by using the hCorrBinTest = risk.validation.correlatedBinomialTest(Probability,NumEvents,NumTrials,Correlation,Name=Value)ConfidenceLevel
name-value argument.
[
also returns a structure hCorrBinTest,corrBinTestOutput] = risk.validation.correlatedBinomialTest(___)corrBinTestOutput that contains the method
used in the correlated binomial test and a table of summary metrics. Specify
corrBinTestOutput as the second output argument with any of the input
argument combinations in the previous syntaxes.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
References
[1] Basel Committee on Banking Supervision. “Studies on the Validation of Internal Rating Systems.” Working Paper 14. May, 2005. https://www.bis.org/publ/bcbs_wp14.htm.
Version History
Introduced in R2025a