captz = 1000; @ capt is the sample size of exog var @
captx = 1000; @ capt is the sample size of the series@
找不到这两句代码呀 在主程序还是哪个模块呢
错误提示是:
一直出错,错误是:Function cannot be computed at initial parameter values,出错地方是c:gauss7.0\src\egirs.src(68):error:G0525:argument contains NaNs.使用F4查询错误程序如下:
proc (1)= eigrs(x);
x = eigh(x);
if scalerr(x[1]);
_eigerr = scalerr(x[1]);
x[1] = 0;
else;
_eigerr = 0;
endif;
retp(x);
endp;
怎么解决呢