Piecewise linear model

버전 2.1.0 (3 KB) 작성자: Satoshi Okazaki
Performs n-segmented linear regression with least squares.
다운로드 수: 532
업데이트 날짜: 2023/2/20

라이선스 보기

[coef,breakPt,R2] = fitBogartz(x,y,verbose)
performs two-segmented linear regression described in Bogartz (1968).
R. S. Bogartz (1968): "A least squares method for fitting intercepting line segments to a set of data points." Psychol Bull 70(6), 749-755.
[coef,breakPt,R2] = piecewiselm(x,y,n)
performs n-segmented linear regression. This is an extension of two-segmented linear regression described in Bogartz (1968).

인용 양식

Satoshi Okazaki (2025). Piecewise linear model (https://kr.mathworks.com/matlabcentral/fileexchange/124190-piecewise-linear-model), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2022b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
2.1.0

piecewiselm.m: display progress

2.0.0

add piecewiselm.m

1.0.0