Azzera filtri
Azzera filtri

Mvregress and choice of the estimation algorithm

1 visualizzazione (ultimi 30 giorni)
Maria445
Maria445 il 23 Set 2018
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?

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by