
Bi-linear Regression- Model fitting
조회 수: 12 (최근 30일)
이전 댓글 표시
Hi every body I simply have a response variable (y) that I am trying to predict with one explanatory variable (x) but the shape of the scatter plot is distinctly bi-linear. It would be best described by two straight lines. Is there a way of fitting a linear model to give me a bi-linear fit? Is there any command in Matlab for this kind of regression?
댓글 수: 0
답변 (3개)
Image Analyst
2021년 1월 18일
See attached demo, that I've posted many, many times before. The algorithm is I divide the data into two sections (left and right) and fit lines to each section. Then I find the point where the slope difference is greatest. This is where the data should be split.

댓글 수: 0
Ahmet Cecen
2014년 8월 12일
That sounds like a problem that would be better solved with a clustering or classification tool rather than regression. If you really need the individual lines, I would first do a classification run followed by linear regression.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!