I am trying to understand the following statement:
Can someone please explain what is meant by "the conditional expectation function m(x) is linear in x"?
In the case of regression, I understand the idea behind "linearity" - a linear function can be created using the model parameters and covariates, that is linked to the response in a "linear" way : E(y) = g(X-transposeBeta) ... where the function "g" can be considered as a "linear function". Thus, we can say that y = b0 + b1x1 + b2x2 +....bnxn , i.e. "linear".
But in the above statement, if you have a joint multivariate normal distribution between a response variable "Y" and covariates "X1, X2 ... Xn" : P(Y, X1, X2...Xn) ~ MVN
From the above equation, if you wanted to find out the conditional expectation : E(Y | X1 = x1, X2 = x2, ... Xn = xn) : How do we know that E(Y | X1 = x1, X2 = x2, ... Xn = xn) is linear in x?
Can someone please explain this? What does it even mean to be "linear" in this case?
Thanks!