當前位置:柔美女性網 >

綠色生活 >心理 >

garchset函數可以用什麼替換

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等替代

標籤: garchset 替換 函數
  • 文章版權屬於文章作者所有,轉載請註明 https://rmnxw.com/zh-hant/lvse/xinli/pojz4e.html