Let Y1 and Y2 are independent and identically distributed normal random variable with mean μ and variance σ2.
It is known that a linear combination of independent normal random variables is also normally distributed.
If Y1 and Y2 are independent and identically distributed normal random variable with mean μ and variance σ2, then U=21(Y1−3Y2) is also normally distributed. So, the mean and variance of Uare,
μU=E[U]=E[21(Y1−3Y2)]=21E[Y1−3Y2]
=21(E[Y1]−3E[Y2])=21(μ−3μ)=−μ
σU2=V[U]=V[21(Y1−3Y2)]
=41(V[Y1]+(−3)2V[Y2])
=41(σ2+9σ2)=25σ2 Therefore, U follows a normal distribution with mean −μ and variance 25σ2
U∼N(−μ,25σ2)
Comments