risk.validation.herfindahlIndexTest
Syntax
Description
returns the result of a Herfindahl index (HI) test, which compares the dispersion of the
frequencies in a baseline and target portfolio. The output is hHITest = risk.validation.herfindahlIndexTest(BaselineFrequency,TargetFrequency)1 if the
test rejects the null hypothesis at the 95% confidence level, or
0 otherwise.
specifies the confidence level for the HI test.hHITest = risk.validation.herfindahlIndexTest(BaselineFrequency,TargetFrequency,ConfidenceLevel=confidenceLevel)
Examples
Input Arguments
Output Arguments
More About
References
[1] European Central Bank, “Instructions for reporting the validation results of internal models.” February, 2019. https://www.bankingsupervision.europa.eu/activities/internal_models/shared/pdf/instructions_validation_reporting_credit_risk.en.pdf.
Version History
Introduced in R2026a