Nonlinear least square regression
조회 수: 1 (최근 30일)
이전 댓글 표시
i have (x , y) data
the function between x and y is y = 0.392* (1 - (x / b1) .^ b2
i want to use nonlinear least square regression to obtain the values of b1 and b2
can any one help me with the structure of the Matlab program
thanks in advance
댓글 수: 1
답변 (1개)
the cyclist
2013년 5월 27일
If you have the Statistics Toolbox, then you can use the nlinfit() function.
Type
doc nlinfit
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!