您的位置:首页 > 其它

最小二乘法(Least Squares Fitting)

2016-04-29 15:39 369 查看
least squares fitting proceeds by finding the sum of the squares of the vertical deviations R2R^2 of a set of n data points:



The condition for R2R^2 to be a minimum is that



for i=1, …, n. For a linear fit,



so



These lead to the equations



In matrix form,



so



The 2×2 matrix inverse is



so



原文链接:Least Squares Fitting
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: