心理

当前位置 /首页/完美生活/心理/列表

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 函数 #