risk.validation.proportionOfFailuresTest
R2026bSyntax
Description
returns the proportion of failures (POF) test result or results,
hPOFTest = risk.validation.proportionOfFailuresTest(Probability,NumEvents,NumTrials)hPOFTest, for a given set of probabilities, events, and 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 a value-at-risk (VaR) level for a portfolio.
specifies the confidence level for the POF test.hPOFTest = risk.validation.proportionOfFailuresTest(Probability,NumEvents,NumTrials,ConfidenceLevel=confidenceLevel)
Examples
Input Arguments
Output Arguments
More About
Alternative Functionality
You can use the varbacktest object function pof to perform a proportion of failures test on a timeseries of portfolio
outcomes. The pof function allows you to perform proportion of
failures tests on multiple timeseries with different VaR confidence levels.
References
[1] Kupiec, P. "Techniques for Verifying the Accuracy of Risk Management Models." Journal of Derivatives. Vol. 3, 1995, pp. 73–84.
Version History
Introduced in R2025b