フィルターのクリア

GARCH Error: Econometrics Toolbox

1 回表示 (過去 30 日間)
RP
RP 2015 年 7 月 8 日
回答済み: Hang Qian 2015 年 7 月 28 日
I have a data set representing a time series (it has about 4000 observations). I would like to use the Econometrics Package's garch() function to estimate a GARCH model for this data. However, when I try to do so, I get this error:
Warning: Upper bound constraints are active; standard errors may be inaccurate.
> In garch.estimate at 794
Warning: Error in calculation of parameter covariance matrix. Matrix of NaN's returned.
> In garch.estimate at 845
GARCH(1,1) Conditional Variance Model:
----------------------------------------
Conditional Probability Distribution: Gaussian
Standard t
Parameter Value Error Statistic
----------- ----------- ------------ -----------
Constant NaN NaN NaN
GARCH{1} 0.9 NaN NaN
ARCH{1} 0.05 NaN NaN
Offset Inf NaN NaN
Obviously, the model is wrong. How can I fix it?

回答 (1 件)

Hang Qian
Hang Qian 2015 年 7 月 28 日
You might consider adding a mean equation, say an AR(p) process, to your model, as I saw the “Offset” term is Inf and the “Constant” term is NaN.

カテゴリ

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