Ordinary Least Square是普通最小二乘法,簡稱OLS。是應用最多的參數估計方法,也是從最小二乘原理出發的其他估計方法的基礎。英語的解釋:In statistics, ordinary least squares (OLS) or linear least squares is a method for estimating the unknown parameters in a linear regression model, with the goal of minimizing the sum of the squares of the differences between the observed responses (values of the variable being PRedicted) in the given dataset and those predicted by a linear function of a set of explanatory variables. Visually this is seen as the sum of the squared vertical distances between each data point in the set and the corresponding point on the regression line – the smaller the differences, the better the model fits the data. The resulting estimator can be expressed by a simple formula, especially in the case of a single regressor on the right-hand side.
The OLS estimator is consistent when the regressors are exogenous, and optimal in the class of linear unbiased estimators when the errors are homoscedastic and serially uncorrelated. Under these conditions, the method of OLS provides minimum-variance mean-unbiased estimation when the errors have finite variances. Under the additional assumption that the errors are normally distributed, OLS is the maximum likelihood estimator.
OLS is used in fields as diverse as economics (econometrics), political science, psychology and electrical engineering (control theory and signal processing).
1. C++標準模板庫從入門到精通
http://edu.csdn.net/course/detail/3324
2.跟老菜鳥學C++
http://edu.csdn.net/course/detail/29013. 跟老菜鳥學python
http://edu.csdn.net/course/detail/25924. 在VC2015里學會使用tinyxml庫
http://edu.csdn.net/course/detail/25905. 在Windows下SVN的版本管理與實戰
http://edu.csdn.net/course/detail/2579
6.Visual Studio 2015開發C++程序的基本使用
http://edu.csdn.net/course/detail/2570
7.在VC2015里使用protobuf協議
http://edu.csdn.net/course/detail/25828.在VC2015里學會使用MySQL數據庫
http://edu.csdn.net/course/detail/2672
新聞熱點
疑難解答