How to assess adequacy of fitted GARCH model?

조회 수: 5 (최근 30일)
Danny
Danny 2014년 9월 15일
댓글: Roger Wohlwend 2014년 9월 16일
I am curious how to check whether an already fitted GARCH or ARIMA model with GARCH variance adequately captures the data it is fitted to, not whether one GARCH model is a better fit than another.
For example, after fitting an ARIMA model with constant variance to a time series Y, we can use the infer function with the data set Y and the fitted ARIMA model to retrieve the residuals, which, if the model is an adequate fit, should be a white noise process.
I am unsure how, after fitting a GARCH model with the estimate function, I can check the adequacy of the fit by, say, looking at the residual series. When the infer function is used with a GARCH model, it does not return a residual series so it seems similar analysis to that above may not be able to be performed. Please offer suggestions on how a fitted GARCH model may be tested to see whether it adequately describes (is fit to) a dataset. Thank you.

채택된 답변

Roger Wohlwend
Roger Wohlwend 2014년 9월 15일
When you fit an ARIMA model to a time series the residuals should exhibit no heteroscedasticity. If they do you fit an ARIMA/GARCH model. The model is adequate if the residuals have no significant autoregressive conditional hetereoscedasticity once they have been standardized by their conditional volatility. That is how you assess the adequacy of a GARCH model according to one of my textbooks. In addition you can do a visual inspection. Plot the residuals and the GARCH volatility and check if the model is capable of capturing volatility clustering.

추가 답변 (1개)

Danny
Danny 2014년 9월 15일
Hi Roger,
Thank you for the reply. What is the name of the textbook you are referencing?
  댓글 수: 1
Roger Wohlwend
Roger Wohlwend 2014년 9월 16일
I am referencing "Market Models" by Carol Alexander.

댓글을 달려면 로그인하십시오.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by