Solved – Standardized residuals GARCH models

garchreferencestime seriesvariancevolatility-forecasting

Lets say I have a GARCH(1,1) model,

First, I model the conditional MEAN,

$$Y_t=\delta+\beta Y_{t-1}+\varepsilon_t$$

NextI gather the residuals $\varepsilon_t$ and model the conditional variance,

$$h_t=\omega + \alpha_i\varepsilon_{t-1}^2+\beta_ih_{t-1}$$

I need to get the standard residuals,

my attempt at this is,

$$U_t=\varepsilon_t/\sqrt{h_{t}}$$

Is this correct?

I am struggling to find this in any textbooks or papers so a reference would be appreciated if possible!

Best Answer

This is correct.

References: