Borrar filtros
Borrar filtros

Forecasting GARCH off of an Arima Model

11 visualizaciones (últimos 30 días)
Sherien Hassan
Sherien Hassan el 6 de Mayo de 2020
Respondida: azim el 8 de Jun. de 2020
Hello! I am trying to do a garch model off of a preexsisting arima model. I know how to do them seperatly, but I am unsure how to save my arima in a way that I could reuse it when modeling garch. I am using the econometric modeler app.

Respuestas (1)

azim
azim el 8 de Jun. de 2020
hi,
i dont know if this helps but do you mean that you want to estimate a conditional mean and variance model. for eg. something like this:
VarMdl = garch(1,1)
Mdl = arima('ARLags',1,'Variance',VarMdl)
EstMdl = estimate(Mdl,r);
if yes you can read it on the link:
mathworks.com/help/econ/fit-a-composite-conditional-mean-and-variance-model-to-nasdaq-returns.html
hope this helps.

Categorías

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

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by