フィルターのクリア

GARCH models estimation for variance

1 回表示 (過去 30 日間)
tilfani oussama
tilfani oussama 2018 年 2 月 15 日
I have a return series for which i would like to estimate a GARCH(1,1) in order to get volatility accross time. I used this command :
model1 = garch('Offset',NaN,'GARCHLags',1,'ARCHLags',1); [fit1,~,LogL1] = estimate(model1,x); but i have a message error [fit1,~,LogL1] = estimate(model1,x); Warning: Lower bound constraints are active; standard errors may be inaccurate. > In garch/estimate (line 791) Estimated GARCH model is invalid.
Caused by: Error using garch/validateModel (line 782) Non-zero degree P requires a non-zero degree Q.
Can someone help me to deal with. Bests

回答 (0 件)

カテゴリ

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