1 资源
2 模型
Population Regression Model: y=β0+β1x+ϵ
Sample Regression Model: yi=β0+β1xi+ϵi,i=1,2,⋯,n
Simple Linear Regression Model: ^y=^β0+^β1x
the least - squares criterion is S(β0,β1)=n∑i=0(yi−β0−β1xi)2
Residual: ei=yi−^yi=yi−(^β0+^β1x),i=1,2,⋯,n
3 问题
after fit:
- How well does this equation fi t the data?
- Is the model likely to be useful as a predictor?
- Are any of the basic assumptions (such as constant variance and uncorrelated errors) violated, and if so, how serious is this?
v1.3.9