linear vs nonlinear regression model
이전 댓글 표시
This is a question in Mathworktutorial of Machine learning. I do think it is wrong!
Quiz (Select two) :Which of these is not a linear regression model? please say your reasons for all of them .
A) y = a + bx + cx^2
B) y = ax1 + bx2 + cx3
C) y = ax1x2 + bx2x3 + cx1x3
D) y = a + bsin(x1) + csin(x2)
E) y = a + bsin(cx)
F) y = a + bx + x ^c
the answer is y = a + bsin(cx) and y = a + bx + x ^c ( why y = a + bx + cx^2 and y = a + bsin(x1) + csin(x2) are not not non-linear?
댓글 수: 1
John D'Errico
2023년 6월 23일
편집: John D'Errico
2023년 6월 23일
y = a*x^2
is LINEAR in a. It is nonlinear in x. But that is not relevant to the question.
채택된 답변
추가 답변 (1개)
the cyclist
2023년 6월 23일
2 개 추천
Whether a model is linear or not refers to the coefficients being solved for (a, b, c), not the data (x, x1, x2).
댓글 수: 3
Mohammadreza
2023년 6월 24일
the cyclist
2023년 6월 24일
You can of course think that's how it is, or how it should be. But that is not how experts refer to it. (This is a common misunderstanding that people new to mathematical modeling have.)
See, for example, the Linear regression models section of the Linear Model wikipedia page. It explicitly states that the function of the independent variables can be nonlinear.
카테고리
도움말 센터 및 File Exchange에서 Linear Predictive Coding에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!