Question: Am I correct in assuming that the below statement only makes sense if we're conditioning on realised data?
I'm finding it hard to understand the following statement;
For a simple normal linear model we have;
Let $Y=f(X) = \beta_0 + \beta_1 X + \varepsilon$ and $\varepsilon > \sim N(0,\sigma^2)$ $\Rightarrow$ $Y \sim N(\beta_0 + \beta_1 X \; , > \; \sigma^2)$
The issue I have is that the our data has a distrubition.
Unless what is meant above is that we have realisations of our data $(X=x)$ and are conditioning on them, i.e. ;
$Y\;|\;X=x \sim N(\beta_0 + \beta_1 X \; , \; \sigma^2)$
Otherwise I feel like I am missing something important.
Another way to chareterise my confusion is;
$P_Y = P_X + P_{\varepsilon} \neq P_{\varepsilon}$
Where $P_J$ denotes the probability distribution of their respective random variables.