External regressors in the volatility process of a GARCH.

7 visualizaciones (últimos 30 días)
Davide
Davide el 23 de Jun. de 2014
Respondida: Shashank Prasanna el 23 de Jun. de 2014
How do I estimate a GARCH model with external regressors in the conditional variance process?

Respuestas (1)

Shashank Prasanna
Shashank Prasanna el 23 de Jun. de 2014
You can include exogenous inputs to the arima model (arimax) with a garch variance model:
mdl = arima('AR',0.2,'D',1,'MA',0.3,'Beta',0.5,'Variance',garch(1,1))
Exogenous variables for garch model in not supported as far as I know.

Categorías

Más información sobre Conditional Variance Models en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by