Solved – How to interpret GARCH parameters

garchinterpretation

I use a standard GARCH model:
\begin{align}
r_t&=\sigma_t\epsilon_t\\
\sigma^2_t&=\gamma_0 + \gamma_1 r_{t-1}^2 + \delta_1 \sigma^2_{t-1}
\end{align}

I have different estimates of the coefficients and I need to interpret them. Therefore I am wondering about a nice interpretation, so what does $\gamma_0$,$\gamma_1$ and $\delta_1$ represent?

I see that $\gamma_0$ is something like a constant part. So it represents kind of an "ambient volatility". The $\gamma_1$ represents the adjustment to past shocks. Also, the $\delta_1$ is not very intuitively for me: It represents the adjustment to pas volatility. But I would like to have a better and more comprehensive interpretation of these parameters.

So can anyone give me a good explanation of what those parameters represent and how a change in the parameters could be explained (so what does it mean if e.g. the $\gamma_1$ increases?).

Also, I looked it up in several books (e.g. in Tsay), but I could not find good information, so any literature recommendation about the interpretation of these parameters would be appreciated.

Edit: I would be also interested in how to interpret the persistence.
So what is exactly persistence?

In some books I read, that the persistence of a GARCH(1,1) is $\gamma_1+\delta_1$, but e.g. in the book by Carol Alexander on page 283 he talks about only the $\beta$ parameter (my $\delta_1$) being the persistence parameter. So is there a difference between persistence in volatility ($\sigma_t$) and persistence in shocks ($r_t$)?

vo

Best Answer

Campbell et al (1996) have following interpretation on p. 483.

$\gamma_1$ measures the extent to which a volatility shock today feeds through into next period’s volatility and $\gamma_1 + \delta_1$ measures the rate at which this effect dies over time.

According to Chan (2010) persistence of volatility occurs when $\gamma_1 + \delta_1 = 1$ ,and thus $a_t$ is non-stationary process. This is also called as IGARCH (Integrated GARCH). Under this scenario, unconditional variance become infinite (p. 110)

Note: GARCH(1,1) can be written in the form of ARMA (1,1) to show that the persistence is given by the sum of the parameters (proof in p. 110 of Chan (2010) and p. 483 in Campbell et al (1996). Also, $a^2_{t-1} - \sigma^2_{t-1}$ is now the volatility shock.