mvregress fails to solve same problem as regress?

11 vues (au cours des 30 derniers jours)
Matthew
Matthew le 22 Sep 2014
Commenté : Matthew le 22 Sep 2014
X = 1:10; X=X';
Y = X;
% i.e. just the line y=x
regress(Y,X); % returns "1", as expected
mvregress(X,Y); % returns the following error:
% Error using mvregress (line 452)
% Covariance is not positive-definite.
Am I missing something here?
My definitions of X and Y for mvregress seem to correspond with the documentation...
  2 commentaires
Roger Wohlwend
Roger Wohlwend le 22 Sep 2014
My Matlab does not throw an error. Which release are you using?
Matthew
Matthew le 22 Sep 2014
2014

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by