Here is a interview question I head from others, but I think the information may be not complete and correct. Could anyone help me to modify it?
Question: Suppose $X\sim N(0,1), \epsilon\sim N(0,1)$ and $Y = X+\epsilon,$ calculate the linear regression (OLR
) coefficient of $Y$ respect to $X.$ How about $Y = X^2 + \epsilon?$
In the EIV (errors in variable)
I know the assumption is
$$E Y=\eta,\ E X = \xi;\ \eta = \alpha + \beta \xi,$$
$$Y = \alpha + \beta \xi + \epsilon,\ \epsilon\sim n(0,\sigma^2_{\epsilon});\quad X = \xi + \delta,\ \delta\sim n(0,\sigma^2_{\delta})$$
then use MLE to solve the coefficient. In the question, directly write $Y$ as a function of $X,$ then how to define Linear
?