Econometrics Statistics 回归分析(regression analysis)是通过其他变量来预测某一变量的值
Basic Model
其中 是一个误差变量,也是新引用出来的
在这里 是一个预测值或者说拟合值。利用到第四章中所讲过的最小二乘法(least squares methods)就是利用一群点(我们样本里的数据)来尝试拟合出一条直线,越精确越好。
也就是说,系数 和 必须使离差平方和
接下来是一些最小二乘直线系数: This is coefficient
Inside,
This is Covariance
This is Variance
We seldom calculate those stuff by hand. It’s too hard.
In the course ECON3003 Econometric II taught by professor Chen Jia, we first dive into a new notation, which is Simple Linear Regression in Matrix Notation, combined with some background knowledge from Linear Algebra MOC.