SLIDE 2 ARCH Defined
- Consider an equation for the conditional mean:
yt = x0
tθ + t,
t = 1, 2, ..., T.
(∗) Often xt contains lags of yt and dummies for special features of the market.
- The ARCH(1) model also specifies an equation for the conditional variance:
σ2
t = E[2 t | It−1] = + α2 t−1.
(∗∗) To ensure that σ2
t ≥ 0, we need ≥ 0, α ≥ 0.
t−1 is high, the variance of the next shock, t, is large.
- We condition on the information set It−1 = {t−1, t−2, t−3, ...}.
- In the presence of ARCH, OLS is consistent but inefficient.
There exist a non-linear estimator that takes the ARCH structure into account.
3 of 17
- It is useful to define the surprise in the squared innovations
vt = 2
t − E[2 t | It−1] = 2 t − σ2 t,
and rewrite (∗∗) as
2
t = + α2 t−1 + vt.
The squared innovation, 2
t, follows an AR(1) process.
- The unconditional variance is given by
E[2
t] = + αE[2 t−1]
σ2 =
which has a stationary solution for 0 ≤ α < 1.
- Generalizes to an ARCH(p) model:
σ2
t = + α12 t−1 + α22 t−2 + ... + αp2 t−p.
4 of 17