arch icon indicating copy to clipboard operation
arch copied to clipboard

Fitting GARCH model using fixed lags

Open bzamanloo opened this issue 6 years ago • 3 comments

Is it possible to force the p in the GARCH model to be zero for the first conditional volatility lag and then estimate he rest of the parameters for the rest of the lags?

i.e I wanna be able to fit the following model to the data:

Is it possible to be done in the existing framework?

bzamanloo avatar Aug 08 '18 18:08 bzamanloo

Sorry, this type of "irregular" GARCH model can't be specified in the package. FWIW, your variance process needs a shock, e.g., epsilon_[t-?]**2 where ? is 1 or 2.

bashtage avatar Aug 08 '18 21:08 bashtage

Thanks fro the comment. I was just simplifying the conditional var equation. Although it may seem irregular but it is common practice in the electricity markets as the closest time you can invest in is the 'two' days-ahead market. Do you think it is possible to edit your source code to obtain this?

bzamanloo avatar Aug 08 '18 21:08 bzamanloo

The only way I could think to do this within the package would be to define a new volatility model that had this structure. I don't think it would be easy to directly extend the existing GARCH model to skip lags.

bashtage avatar Aug 10 '18 10:08 bashtage