未验证 提交 6aca49bf 编写于 作者: Thomas_Cai's avatar Thomas_Cai 提交者: GitHub

Update 24.md

上级 542ab888
......@@ -337,9 +337,9 @@ from scipy import stats
最小二乘直线称为回归线。最小二乘直线称为回归线。现在你可以从数据8中得到它的等式的证明。设![](http://latex.codecogs.com/gif.latex?\tau{_X,_Y})是$X$和$Y$之间的相关性。然后斜率和截距由下式给出:
![](http://latex.codecogs.com/gif.latex?回归线的斜率=\frac{Cov(X,Y)}{Var(X)}=\tau{_X,_Y}\frac{\sigma{_Y}}{\sigma{_X}})
![](http://latex.codecogs.com/gif.latex?slope of regression line=\frac{Cov(X,Y)}{Var(X)}=\tau{_X,_Y}\frac{\sigma{_Y}}{\sigma{_X}})
![](http://latex.codecogs.com/gif.latex?回归线的截距=E(Y)-斜率\cdot{E(X)})
![](http://latex.codecogs.com/gif.latex?intercept of regression line=E(Y)-slope\cdot{E(X)})
**标准单位的回归**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册