Regression with multiple variables

11 vues (au cours des 30 derniers jours)
Nayoung Kim
Nayoung Kim le 19 Mai 2017
Commenté : Nayoung Kim le 20 Mai 2017
There is 'Regression Leaner' in Matlab app.
And, data can be trained with 1 response (Y) and the other predictors.(X1,X2,X3,...)
But, how can I train data to get multiple outputs?
i.e. multiple input (X1,X2,X3,...) and multiple outputs (Y1,Y2,Y3,..)
  1 commentaire
dpb
dpb le 20 Mai 2017
Statistics Toolbox includes Multivariate Linear Regression.

Connectez-vous pour commenter.

Réponse acceptée

the cyclist
the cyclist le 20 Mai 2017
If you have the Statistics and Machine Learning Toolbox, you can use the mvregress function.
See my answer to this question for a detailed, commented example of the use of this function.
  1 commentaire
Nayoung Kim
Nayoung Kim le 20 Mai 2017
Thanks for your reply.:)

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!