フィルターのクリア

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 Center および File ExchangeConditional Variance Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by