How to use least squares fit with bisquare weights
5 次查看(过去 30 天)
显示 更早的评论
I am trying to fit a line/curve to a plot that looks quite noisy. I think it looks like a straight line or a very light curve. I read about least squares fitting with bisquare weights and I am trying that http://www.mathworks.com/help/curvefit/least-squares-fitting.html
Problem is I think the sample code doesnt provide the sample for the bisquare weights so im quite confused as to how I can implement it.
0 个评论
采纳的回答
KSSV
2016-12-22
You can use polyfit to fit your data. You can refer the following link: https://in.mathworks.com/matlabcentral/answers/27600-linear-fit.
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!