[parameters, likelihood, ht, stderrors, robustSE, scores, grad]=garchpq(x,1,1);
执行后,出现了以下警告,Warning: Options LargeScale = 'off' and Algorithm = 'trust-region-reflective' conflict.
Ignoring Algorithm and running active-set algorithm. To run trust-region-reflective, set
LargeScale = 'on'. To run active-set without this warning, use Algorithm = 'active-set'.
然后,我就在程序开头,options=optimset('LargeScale','on','display','off','Algorithm','active-set');执行了这个,结果,还是出现了以上的警告,这是怎么回事呢,求大家帮我解答啊