Mathworks Econometrics Example Does Work?

1 回表示 (過去 30 日間)
Paul
Paul 2013 年 11 月 12 日
Hi,
I'm trying to use the econometrics toolbox to estimate a GARCH(1,1) model, i.e., the example given here:
But it chucking the following errors for me pasting the code to the command window?
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Error using lagmatrix (line 25) lagmatrix: wrong # of input arguments
Error in arima/estimate>arx0 (line 1671) Y = lagmatrix(YData, L(~isnan(AR))) * AR(~isnan(AR));
Error in arima/estimate (line 732) [AR([I1 I2]),beta,constant,variance,residuals] = arx0(obj, YData, XData);

回答 (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