cc
Conditional coverage mixed test for value-at-risk (VaR) backtesting
Description
generates the conditional coverage (CC) mixed test for value-at-risk (VaR)
backtesting.TestResults
= cc(vbt
)
adds an optional name-value pair argument for
TestResults
= cc(vbt
,Name,Value
)TestLevel
.
Examples
Input Arguments
Output Arguments
More About
Algorithms
The likelihood ratio (test statistic) of the cc
test is the sum
of the likelihood ratios of the pof
and cci
tests,
which is asymptotically distributed as a chi-square distribution with 2 degrees of
freedom. See the Algorithms section in pof
and cci
for the definition of their
likelihood ratios.
The p-value of the cc
test is the
probability that a chi-square distribution with 2 degrees of freedom exceeds the
likelihood ratio LRatioCC,
where F is the cumulative distribution of a chi-square variable with 2 degrees of freedom.
The result of the cc
test is to accept if
and reject otherwise, where F is the cumulative distribution of a chi-square variable with 2 degrees of freedom.
References
[1] Christoffersen, P. "Evaluating Interval Forecasts." International Economic Review. Vol. 39, 1998, pp. 841 – 862.
Version History
Introduced in R2016b