How to Construct Correlated Normal Variables from Independent Normals?

AI Thread Summary
To construct correlated normal variables Y1 and Y2 from independent standard normal variables X1 and X2, a linear combination approach is used. The relationships Y1 = s1X1 + m1 and Y2 = bX1 + cX2 + m2 are established, with the condition b² + c² = σ²₂. By setting b = ρσ₂ and c = σ₂(1 - ρ²)^(1/2), the correlation is achieved. The addition of the desired means is straightforward, and the choice to set one coefficient to zero simplifies the problem. This method effectively transforms independent normals into correlated ones while adhering to specified means and variances.
gradnu
Messages
21
Reaction score
0
I have two independent standard normal random variables X1,X2. Now I want to construct two new normal random variables Y1,Y2 with mean\mu1, \mu2 and variance (\sigma1)^2, (\sigma2)^2 and correlation \rho.
How do I approach this problem?
 
Physics news on Phys.org
Y1=s1X1+m1
Y2=bX1+cX2+m2
where b2+c2=s22
b=rs2, therefore c=s2(1-r2)1/2
 
Thanks mathman.
But what was your thought process? How did you come up with these relations?
 
gradnu said:
Thanks mathman.
But what was your thought process? How did you come up with these relations?

From long past experience I know that to get correlated normal variables from uncorrrelated standard normal, you just need a linear combination. Adding the desired means is obvious. Also since there are four free coefficients and there are only three conditions, I just set one coefficient to 0.
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top