This question comes from MånsT's answer of question
The least squares estimators of $β_1$,$β_2$,… are not affected by shifting. The reason is that these are the slopes of the fitting surface - how much the surface changes if you change $x_1$,$x_2$,… one unit. This does not depend on location. (The estimator of $β_0$, however, does.)
Such question first arised when I centered the predictor value. Can someone give a rigorous proof maybe by matrix language? And how would it change intercept term?
Some related question:
- Show that $\hat{\beta}_0 = \bar{y}$ for OLS when the columns of $\mathbf{X}$ are centered
- Why does the y-intercept of a linear model disappear when I standardize variables?
- Prove Estimated Regression Coefficients are the same with or without an intercept term