|
我为什么就跟不出来呢?
Error using optimset (line 199)
The LevenbergMarquardt option is no longer valid. Set the Algorithm option instead.
Error in scalar_bekk_mvgarch (line 51)
options=optimset(options,'TolCon',1e-3,'Display','off','Diagnostics','off','LargeScale','off','LevenbergMarquardt','on');
Error in full_bekk_T_mvgarch (line 53)
startingparameters=scalar_bekk_mvgarch(data,p,q,scalaropt);
Error in test2016041410 (line 21)
[parameters, loglikelihood, Ht, likelihoods, stdresid, stderrors, A, B, scores] = full_bekk_T_mvgarch(data,p,q);
|