Forecasting GARCH off of an Arima Model

조회 수: 3 (최근 30일)
Sherien Hassan
Sherien Hassan 2020년 5월 6일
답변: azim 2020년 6월 8일
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.

답변 (1개)

azim
azim 2020년 6월 8일
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.

카테고리

Help CenterFile Exchange에서 Conditional Variance Models에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by