How to predict using multivariate linear regression in matlab
조회 수: 4 (최근 30일)
이전 댓글 표시
The description for mvregress is described in matlab help. However I am unable to find function for predicting data using estimated coefficients from mvregress.
Thanks in advance
댓글 수: 1
Rana S.Chegani
2016년 8월 8일
편집: Rana S.Chegani
2016년 8월 8일
I have the same problem, did you find out how to do it?
답변 (1개)
the cyclist
2016년 8월 9일
The documentation of mvregress shows an example of plotting the fitted (i.e. "predicted") values. See the code and figure just after the sentence, "Plot the fitted regression model."
댓글 수: 1
Yuchun Ding
2019년 12월 13일
hi, is there a way to train a multivariate linear regression so if we have a new data we can use the model to predict the multiple response?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!