pof
Proportion of failures test for value-at-risk (VaR) backtesting
Description
generates the proportion of failures (POF) test for value-at-risk (VaR)
backtesting.TestResults
= pof(vbt
)
adds an optional name-value pair argument for
TestResults
= pof(vbt
,Name,Value
)TestLevel
.
Examples
Input Arguments
Output Arguments
More About
Algorithms
The likelihood ratio (test statistic) of the pof
test is given by
where N is the number of observations, x is the number of failures, and pVaR = 1 - VaRLevel. This test statistic is asymptotically distributed as a chi-square distribution with 1 degree of freedom. By the properties of the logarithm,
and
The p-value of the POF test is the probability that a chi-square distribution with 1 degree of freedom exceeds the likelihood ratio LRatioPOF
where F is the cumulative distribution of a chi-square variable with 1 degree of freedom.
The result of the test is to accept if
and reject otherwise, where F is the cumulative distribution of a chi-square variable with 1 degree of freedom.
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 R2016b