Suppose $Y$ is discrete and only takes on non-negative integers and that the conditional distribution of $Y$ given $X=x$ is Poisson, that is, $$P(Y=y|X=x) = \frac{\exp(-x'\beta) (x'\beta)^y}{y!}$$ where $y = 0, 1, 2, \cdots$. First compute $E(Y|X=x)$ and $Var(Y|X=x)$, does this justify a linear regression model of the form $y = x'\beta + e$?
I have calculated $E(Y|X=x) = Var(Y|X=x) = x'\beta$ by the properties of a Poisson distribution. I am unsure how to answer the last part of the question related to the linear regression model. Could anyone shed some ideas?
Is this correct? How can I relate it back to the linear regression?
– elbarto Oct 19 '17 at 22:56