Mvregress and choice of the estimation algorithm

1 次查看(过去 30 天)
I am performing a multivariate regression analysis using mvregress:
[beta,Sigma] = mvregress(X,Y,'algorithm','cwls');
However, I noticed that, although the estimates are identical, the standard errors completely change if I use the cwls algorithm as opposed to the mvn one. In particular, with cwls, almost all coefficient appear as significant, while, using mvn, almost none of them is.
There are no missing responses in my data, so the default would be mvn.
Can a simple algorithm choice be so influential on the result? Is there a way I can choose wisely between the two?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Integrated Circuits 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by