Page 1 of 1

GARCH-M equation in model

Posted: Tue May 12, 2015 1:58 am
by Niko
Hello,

I would like to estimate a real-world stock price (cdax) density by simulating a GARCH-m model.
To this end I have generated an equation object "fcast" and a model object "fmodel". First, I have estimated the equation:

EQUATION fcast.ARCH(1,1,THRSH=1,archm=sd,GED,DERIV=AA) dlog(cdax) c

However, when I copy the equation and paste it into the model object, I get the message "GARCH is an illegal or reserved name in FCAST". Can you tell me why it doesn't work?

Many thanks,
Niko

Re: GARCH-M equation in model

Posted: Tue May 12, 2015 5:19 am
by trubador
Model object operates on mean equations, whereas GARCH is a variance modeling technique. You'll have to do the simulation using other available tools (i.e. programming features and random number generators).