Given the simple linear regression y = Beta0 + Beta1x + e (epsilon) and e~N(0,sigma^2), to prove y is a multivariate normal I must show that it is a linear combination of multivariate normals correct?
So since I was given e~N(0,sigma^2), I let zi = ei/sigma and then e = sigma * I * zi. Therefore e = (e1, ..., en) is a MVN. Now do I simply set e = y - Beta0 + Beta1x and then state simply it must be a MVN since e is? I am lost at this help and any help or suggestion would be greatly appreciated! Thanks