Two Gaussian random variables $X,Y$ are uncorrelated if and only if they are independent?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Let me first introduce the definition of Gaussian I came across




A one dimensional random variable $Gamma$ is Gaussian iff it has the characteristic function
$$mathbbE[e^i xi Gamma]=e^imxi-frac12sigma^2 xi^2$$
for some real numbers $m in mathbbR$ and $sigma geq 0$.




Now the question I have is, if $X,Y$ are two real-valued random variables which are Gaussian, and $Cov(X,Y)=0$, i.e. they are uncorrelated, how do I use the above definition to see that they are independent?



Thanks a lot in advance!







share|cite|improve this question




















  • For a counterexample, let $P(Z = 1) = P(Z = -1) = 1/2$, let $X$ be a standard normal random variable independent of $Z$ and let $Y = ZX$. $X$ and $Y$ are uncorrelated but not independent.
    – Chris Janjigian
    Aug 28 at 16:30















up vote
0
down vote

favorite












Let me first introduce the definition of Gaussian I came across




A one dimensional random variable $Gamma$ is Gaussian iff it has the characteristic function
$$mathbbE[e^i xi Gamma]=e^imxi-frac12sigma^2 xi^2$$
for some real numbers $m in mathbbR$ and $sigma geq 0$.




Now the question I have is, if $X,Y$ are two real-valued random variables which are Gaussian, and $Cov(X,Y)=0$, i.e. they are uncorrelated, how do I use the above definition to see that they are independent?



Thanks a lot in advance!







share|cite|improve this question




















  • For a counterexample, let $P(Z = 1) = P(Z = -1) = 1/2$, let $X$ be a standard normal random variable independent of $Z$ and let $Y = ZX$. $X$ and $Y$ are uncorrelated but not independent.
    – Chris Janjigian
    Aug 28 at 16:30













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Let me first introduce the definition of Gaussian I came across




A one dimensional random variable $Gamma$ is Gaussian iff it has the characteristic function
$$mathbbE[e^i xi Gamma]=e^imxi-frac12sigma^2 xi^2$$
for some real numbers $m in mathbbR$ and $sigma geq 0$.




Now the question I have is, if $X,Y$ are two real-valued random variables which are Gaussian, and $Cov(X,Y)=0$, i.e. they are uncorrelated, how do I use the above definition to see that they are independent?



Thanks a lot in advance!







share|cite|improve this question












Let me first introduce the definition of Gaussian I came across




A one dimensional random variable $Gamma$ is Gaussian iff it has the characteristic function
$$mathbbE[e^i xi Gamma]=e^imxi-frac12sigma^2 xi^2$$
for some real numbers $m in mathbbR$ and $sigma geq 0$.




Now the question I have is, if $X,Y$ are two real-valued random variables which are Gaussian, and $Cov(X,Y)=0$, i.e. they are uncorrelated, how do I use the above definition to see that they are independent?



Thanks a lot in advance!









share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Aug 28 at 12:46









vaoy

46628




46628











  • For a counterexample, let $P(Z = 1) = P(Z = -1) = 1/2$, let $X$ be a standard normal random variable independent of $Z$ and let $Y = ZX$. $X$ and $Y$ are uncorrelated but not independent.
    – Chris Janjigian
    Aug 28 at 16:30

















  • For a counterexample, let $P(Z = 1) = P(Z = -1) = 1/2$, let $X$ be a standard normal random variable independent of $Z$ and let $Y = ZX$. $X$ and $Y$ are uncorrelated but not independent.
    – Chris Janjigian
    Aug 28 at 16:30
















For a counterexample, let $P(Z = 1) = P(Z = -1) = 1/2$, let $X$ be a standard normal random variable independent of $Z$ and let $Y = ZX$. $X$ and $Y$ are uncorrelated but not independent.
– Chris Janjigian
Aug 28 at 16:30





For a counterexample, let $P(Z = 1) = P(Z = -1) = 1/2$, let $X$ be a standard normal random variable independent of $Z$ and let $Y = ZX$. $X$ and $Y$ are uncorrelated but not independent.
– Chris Janjigian
Aug 28 at 16:30











1 Answer
1






active

oldest

votes

















up vote
2
down vote



accepted










Note that, we require the two random variables to be jointly Gaussian for the result to hold (it is possible that two random variables are Gaussian but not jointly Gaussian). Also, I shall work with density functions instead of characteristic function for simplicity (you can deduce the density from characteristic function, and vice versa). For notation purpose, I denote the random vector by $left(X_1,X_2right)$.



The joint probability density function of a bivariate normal distribution is given by
$$f_X_1,X_2left(x_1,x_2right)=frac12pisigma_1sigma_2sqrt1-rho^2 times expleft[-fracleftleft(fracx-mu_1sigma_1right)^2+left(fracy-mu_2sigma_2right)^2-2rholeft(fracx-mu_1sigma_1right)left(fracy-mu_2sigma_2right)right2left(1-rho^2right)right]$$
Now, $Cov(X_1,X_2)=0 Leftrightarrow rho=0$. Putting $rho=0$ the joint density function reduces to
beginalign*
f_X_1,X_2left(x_1,x_2right)&=frac12pisigma_1sigma_2 times expleft[-fracleftleft(fracx-mu_1sigma_1right)^2+left(fracy-mu_2sigma_2right)^2right2left(1-rho^2right)right]\
&=frac1sigma_1sqrt2piexpleft-frac12left(fracx-mu_1sigma_1right)^2right times frac1sigma_2sqrt2piexpleft-frac12left(fracy-mu_2sigma_2right)^2right
endalign*



Since, we can factor out the joint density function in the form $g(x) times h(y)$ (which automatically are the respective marginal densities), we conclude that $X_1$ and $X_2$ are independent.






share|cite|improve this answer






















    Your Answer




    StackExchange.ifUsing("editor", function ()
    return StackExchange.using("mathjaxEditing", function ()
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    );
    );
    , "mathjax-editing");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "69"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2897221%2ftwo-gaussian-random-variables-x-y-are-uncorrelated-if-and-only-if-they-are-ind%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote



    accepted










    Note that, we require the two random variables to be jointly Gaussian for the result to hold (it is possible that two random variables are Gaussian but not jointly Gaussian). Also, I shall work with density functions instead of characteristic function for simplicity (you can deduce the density from characteristic function, and vice versa). For notation purpose, I denote the random vector by $left(X_1,X_2right)$.



    The joint probability density function of a bivariate normal distribution is given by
    $$f_X_1,X_2left(x_1,x_2right)=frac12pisigma_1sigma_2sqrt1-rho^2 times expleft[-fracleftleft(fracx-mu_1sigma_1right)^2+left(fracy-mu_2sigma_2right)^2-2rholeft(fracx-mu_1sigma_1right)left(fracy-mu_2sigma_2right)right2left(1-rho^2right)right]$$
    Now, $Cov(X_1,X_2)=0 Leftrightarrow rho=0$. Putting $rho=0$ the joint density function reduces to
    beginalign*
    f_X_1,X_2left(x_1,x_2right)&=frac12pisigma_1sigma_2 times expleft[-fracleftleft(fracx-mu_1sigma_1right)^2+left(fracy-mu_2sigma_2right)^2right2left(1-rho^2right)right]\
    &=frac1sigma_1sqrt2piexpleft-frac12left(fracx-mu_1sigma_1right)^2right times frac1sigma_2sqrt2piexpleft-frac12left(fracy-mu_2sigma_2right)^2right
    endalign*



    Since, we can factor out the joint density function in the form $g(x) times h(y)$ (which automatically are the respective marginal densities), we conclude that $X_1$ and $X_2$ are independent.






    share|cite|improve this answer


























      up vote
      2
      down vote



      accepted










      Note that, we require the two random variables to be jointly Gaussian for the result to hold (it is possible that two random variables are Gaussian but not jointly Gaussian). Also, I shall work with density functions instead of characteristic function for simplicity (you can deduce the density from characteristic function, and vice versa). For notation purpose, I denote the random vector by $left(X_1,X_2right)$.



      The joint probability density function of a bivariate normal distribution is given by
      $$f_X_1,X_2left(x_1,x_2right)=frac12pisigma_1sigma_2sqrt1-rho^2 times expleft[-fracleftleft(fracx-mu_1sigma_1right)^2+left(fracy-mu_2sigma_2right)^2-2rholeft(fracx-mu_1sigma_1right)left(fracy-mu_2sigma_2right)right2left(1-rho^2right)right]$$
      Now, $Cov(X_1,X_2)=0 Leftrightarrow rho=0$. Putting $rho=0$ the joint density function reduces to
      beginalign*
      f_X_1,X_2left(x_1,x_2right)&=frac12pisigma_1sigma_2 times expleft[-fracleftleft(fracx-mu_1sigma_1right)^2+left(fracy-mu_2sigma_2right)^2right2left(1-rho^2right)right]\
      &=frac1sigma_1sqrt2piexpleft-frac12left(fracx-mu_1sigma_1right)^2right times frac1sigma_2sqrt2piexpleft-frac12left(fracy-mu_2sigma_2right)^2right
      endalign*



      Since, we can factor out the joint density function in the form $g(x) times h(y)$ (which automatically are the respective marginal densities), we conclude that $X_1$ and $X_2$ are independent.






      share|cite|improve this answer
























        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        Note that, we require the two random variables to be jointly Gaussian for the result to hold (it is possible that two random variables are Gaussian but not jointly Gaussian). Also, I shall work with density functions instead of characteristic function for simplicity (you can deduce the density from characteristic function, and vice versa). For notation purpose, I denote the random vector by $left(X_1,X_2right)$.



        The joint probability density function of a bivariate normal distribution is given by
        $$f_X_1,X_2left(x_1,x_2right)=frac12pisigma_1sigma_2sqrt1-rho^2 times expleft[-fracleftleft(fracx-mu_1sigma_1right)^2+left(fracy-mu_2sigma_2right)^2-2rholeft(fracx-mu_1sigma_1right)left(fracy-mu_2sigma_2right)right2left(1-rho^2right)right]$$
        Now, $Cov(X_1,X_2)=0 Leftrightarrow rho=0$. Putting $rho=0$ the joint density function reduces to
        beginalign*
        f_X_1,X_2left(x_1,x_2right)&=frac12pisigma_1sigma_2 times expleft[-fracleftleft(fracx-mu_1sigma_1right)^2+left(fracy-mu_2sigma_2right)^2right2left(1-rho^2right)right]\
        &=frac1sigma_1sqrt2piexpleft-frac12left(fracx-mu_1sigma_1right)^2right times frac1sigma_2sqrt2piexpleft-frac12left(fracy-mu_2sigma_2right)^2right
        endalign*



        Since, we can factor out the joint density function in the form $g(x) times h(y)$ (which automatically are the respective marginal densities), we conclude that $X_1$ and $X_2$ are independent.






        share|cite|improve this answer














        Note that, we require the two random variables to be jointly Gaussian for the result to hold (it is possible that two random variables are Gaussian but not jointly Gaussian). Also, I shall work with density functions instead of characteristic function for simplicity (you can deduce the density from characteristic function, and vice versa). For notation purpose, I denote the random vector by $left(X_1,X_2right)$.



        The joint probability density function of a bivariate normal distribution is given by
        $$f_X_1,X_2left(x_1,x_2right)=frac12pisigma_1sigma_2sqrt1-rho^2 times expleft[-fracleftleft(fracx-mu_1sigma_1right)^2+left(fracy-mu_2sigma_2right)^2-2rholeft(fracx-mu_1sigma_1right)left(fracy-mu_2sigma_2right)right2left(1-rho^2right)right]$$
        Now, $Cov(X_1,X_2)=0 Leftrightarrow rho=0$. Putting $rho=0$ the joint density function reduces to
        beginalign*
        f_X_1,X_2left(x_1,x_2right)&=frac12pisigma_1sigma_2 times expleft[-fracleftleft(fracx-mu_1sigma_1right)^2+left(fracy-mu_2sigma_2right)^2right2left(1-rho^2right)right]\
        &=frac1sigma_1sqrt2piexpleft-frac12left(fracx-mu_1sigma_1right)^2right times frac1sigma_2sqrt2piexpleft-frac12left(fracy-mu_2sigma_2right)^2right
        endalign*



        Since, we can factor out the joint density function in the form $g(x) times h(y)$ (which automatically are the respective marginal densities), we conclude that $X_1$ and $X_2$ are independent.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Aug 28 at 13:17

























        answered Aug 28 at 13:12









        Eugenia

        814




        814



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2897221%2ftwo-gaussian-random-variables-x-y-are-uncorrelated-if-and-only-if-they-are-ind%23new-answer', 'question_page');

            );

            Post as a guest













































































            這個網誌中的熱門文章

            tkz-euclide: tkzDrawCircle[R] not working

            How to combine Bézier curves to a surface?

            1st Magritte Awards