CONTENTS

Exercise: Christoffersen independence — a clustering counter-example

Consider a VaR model tested over T=250T = 250 days at α=4%\alpha = 4\%. Suppose the observed exceedance pattern is clustered: exceedances happen on days {40,41,42,100,101,200,201,202,203,204}\{40, 41, 42, 100, 101, 200, 201, 202, 203, 204\} — ten exceedances total, all of them in three clusters.

Tasks

  1. Verify that Kupiec's POF test fails to reject: the count matches αT=10\alpha T = 10 exactly, so LRPOF=0LR_{\text{POF}} = 0.

  2. Build the 2×22\times 2 transition count matrix nijn_{ij} for (It1,It)(I_{t-1}, I_t).

  3. Compute π^01\hat\pi_{01}, π^11\hat\pi_{11}, and the unconditional π^\hat\pi.

  4. Compute LRindLR_{\text{ind}} and decide whether to reject independence at 5%5\% (χ1,0.952=3.841\chi^2_{1,0.95} = 3.841).

  5. Interpret what the clustered pattern implies about the VaR model's response to volatility regimes.

Hint

n00n_{00} is the number of (0,0)(0, 0) transitions in the sequence; count exceedance runs carefully.