Page 1 of 1

Including lags of variance in mean equation

Posted: Mon Feb 06, 2012 9:54 am
by strypste
Hi all

I would like to estimate a GARCH-M model with a lag of the variance in the mean equation. Is this possible?

So the model would look like:

y_t = c + lambda_1*sigma_t + lambda_2 *sigma_t-1 + epsilon_t

where

sigma^2_t = omega_0 + omega_1*epsilon^2_t-1 + gamma_1*sigma^2_t-1

Cheers!
S

Re: Including lags of variance in mean equation

Posted: Tue Feb 28, 2012 7:41 am
by Zappa_F
Of course that's possible!

What's your code you've written so far?

Z

Re: Including lags of variance in mean equation

Posted: Mon Oct 15, 2012 3:12 am
by strypste
This is a simplified version of my model...

equation GARCH11M.arch(1,1,archm=sd) c

Is it possible to add something to get the lagged variance in the mean equation?

S

PS Sorry for the very late reply.. I dropped the project, but am now interested again..