Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
question on multiple linear regression
조회 수: 2 (최근 30일)
이전 댓글 표시
hi all, i have a rough idea of how multiple linear regression works(using regression coefficient and error term to predict a single y) but i'm not sure how does it make a series of prediction for different values of y with different values of x ?
example i have 300 values for each of the 5 variables x and 300 values for y. I used 250 for training and the rest for testing. so how do multiple linear regression makes the prediction ? Does it average the 250 equations ?
댓글 수: 1
dpb
2015년 3월 21일
No, you evaluate the fitted model at values of the independent variables. Those could be the values in the existing data set or others.
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!