Weighted Least Squares VS Weighted Nonlinear Regression in Matlab?
조회 수: 1 (최근 30일)
이전 댓글 표시
For weighted least squares, it can be used for all regression methods that invoke least squares, including nonlinear regression. In the description of Matlab, "http://www.mathworks.com/help/curvefit/least-squares-fitting.html", weighted least squares only adjusts the weighting when calculating the sum squares of residuals. However, for weighted nonlinear regression, "http://www.mathworks.com/help/stats/examples/weighted-nonlinear-regression.html", it's more like a data transform method. It will multiply a weighting function to the observed data and also the model that will be used for fitting.It seems that both these two methods could deal with the situation in which observed data are with nonconstant error variance. So, what's the difference between them? Thank you.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
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!