心理

當前位置 /首頁/完美生活/心理/列表

garchset函式可以用什麼替換

garchset函式可以用什麼替換

for i=0:3

for j=0:3

spec=garchset('R',i,'M',j,'Display','off')

[coeffx,errorsx,LLFX]=garch(spec,da)

num=garchcount(coeffx)

[aic,bic]=aicbic(LLFX,num,n)

fprintf('R=%d,M=%d,AIC=%f,BIC=%fn',i,j,aic,bic)

end

.......

錯誤使用 garchset (line 180)

GARCHSET has been removed. Use ARIMA, GARCH, EGARCH, and GJR models instead.

這時garchset函式不能用了,可以用arima, garch等替代

TAG標籤:替換 garchset 函式 #