- #1
schniefen
- 178
- 4
- TL;DR Summary
- It appears to be common to say linear regression, but is this correct?
In linear regression, one estimates parameters that are supposed to be linear with respect to the dependent variable, for instance
##y=\theta_0 e^x+\epsilon \ ,##
or
##y=\theta_0+\theta_1 x_1+\theta_2x_2+...+\theta_n x_n+\epsilon \ . ##
Is it not true that neither ##y(\theta_0)## nor ##y(\theta_0,...,\theta_n)## are linear functions, but rather affine functions of the parameters?or
##y=\theta_0+\theta_1 x_1+\theta_2x_2+...+\theta_n x_n+\epsilon \ . ##