필터 지우기
필터 지우기

What is the timing of inferred garch volatility?

조회 수: 1 (최근 30일)
Robert
Robert 2014년 10월 11일
답변: Roger Wohlwend 2014년 10월 13일
When I infer volatility from a GARCH model, such as
v=infer(model,x)
where x is indexed over time (1:T), is the output volatility also indexed over (1:T)? I ask because when I plot the inferred volatility, it appears to be off by one period (it appears to be indexed from (0:T-1)).

답변 (1개)

Roger Wohlwend
Roger Wohlwend 2014년 10월 13일
The volatility is also indexed over (1:T). GARCH models are not perfect. If volatilty changes suddenly from low to high (or the other way around) GARCH models react in generel one period after the change occurs. The same is true for ARMA models. It is in the nature of these models that significant changes in the modeled variable take them by surprise, and the models react one period too late. That is why the fit is better if you move the volatility backwards one period (i.e. from 1:T to 0:T-1). However, that is not acceptable.

카테고리

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