Combine sample from different normal distributions

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











up vote
1
down vote

favorite












Distribution of marks out of 240 for girls and boys appearing for an examination is $N(78,32)$ and $N(80,168)$ respectively. $X$ is a sample consisting of 10 boys and 10 girls.



What is the probability that $bar X$ lies in $[81,83]$







share|cite|improve this question




















  • Welcome to math SE. In the notation $N(theta_1,theta_2)$, the parameter $theta_2$ is used mostly for variance and it is also used for standard deviation by some other. It is better to mention explicitly, is the parameter $theta_2$ variance or standard deviation.
    – L.V.Rao
    Aug 26 at 14:19






  • 1




    It is used as variance
    – Hardik gupta
    Aug 26 at 14:21














up vote
1
down vote

favorite












Distribution of marks out of 240 for girls and boys appearing for an examination is $N(78,32)$ and $N(80,168)$ respectively. $X$ is a sample consisting of 10 boys and 10 girls.



What is the probability that $bar X$ lies in $[81,83]$







share|cite|improve this question




















  • Welcome to math SE. In the notation $N(theta_1,theta_2)$, the parameter $theta_2$ is used mostly for variance and it is also used for standard deviation by some other. It is better to mention explicitly, is the parameter $theta_2$ variance or standard deviation.
    – L.V.Rao
    Aug 26 at 14:19






  • 1




    It is used as variance
    – Hardik gupta
    Aug 26 at 14:21












up vote
1
down vote

favorite









up vote
1
down vote

favorite











Distribution of marks out of 240 for girls and boys appearing for an examination is $N(78,32)$ and $N(80,168)$ respectively. $X$ is a sample consisting of 10 boys and 10 girls.



What is the probability that $bar X$ lies in $[81,83]$







share|cite|improve this question












Distribution of marks out of 240 for girls and boys appearing for an examination is $N(78,32)$ and $N(80,168)$ respectively. $X$ is a sample consisting of 10 boys and 10 girls.



What is the probability that $bar X$ lies in $[81,83]$









share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Aug 26 at 12:25









Hardik gupta

1156




1156











  • Welcome to math SE. In the notation $N(theta_1,theta_2)$, the parameter $theta_2$ is used mostly for variance and it is also used for standard deviation by some other. It is better to mention explicitly, is the parameter $theta_2$ variance or standard deviation.
    – L.V.Rao
    Aug 26 at 14:19






  • 1




    It is used as variance
    – Hardik gupta
    Aug 26 at 14:21
















  • Welcome to math SE. In the notation $N(theta_1,theta_2)$, the parameter $theta_2$ is used mostly for variance and it is also used for standard deviation by some other. It is better to mention explicitly, is the parameter $theta_2$ variance or standard deviation.
    – L.V.Rao
    Aug 26 at 14:19






  • 1




    It is used as variance
    – Hardik gupta
    Aug 26 at 14:21















Welcome to math SE. In the notation $N(theta_1,theta_2)$, the parameter $theta_2$ is used mostly for variance and it is also used for standard deviation by some other. It is better to mention explicitly, is the parameter $theta_2$ variance or standard deviation.
– L.V.Rao
Aug 26 at 14:19




Welcome to math SE. In the notation $N(theta_1,theta_2)$, the parameter $theta_2$ is used mostly for variance and it is also used for standard deviation by some other. It is better to mention explicitly, is the parameter $theta_2$ variance or standard deviation.
– L.V.Rao
Aug 26 at 14:19




1




1




It is used as variance
– Hardik gupta
Aug 26 at 14:21




It is used as variance
– Hardik gupta
Aug 26 at 14:21










2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted










It seems you have $n = 10$ random observations $X_1, X_2, dots, X_10$ from
$mathsfNorm(mu=78,sigma=7.21)$ and
$m = 10$ random observations $Y_1, Y_2, dots, Y_10$ from
$mathsfNorm(mu=90,sigma=12.96).$ And that you want
to know the probability that $bar W = .5(bar X + bar Y)$ is in the interval $[81, 83].$



Then $bar X sim mathsfNorm(78, 7.21/sqrt10),;$
$bar Y sim mathsfNorm(80, 12.96/sqrt10),$
and $$bar W =.5(bar X + bar Y) sim
mathsfNormleft(.5(78+80), sqrt.25(3.2+16.8)right).$$



From there you should be able to find $P(81 le bar W le 83) approx 0.149.$



A simulation of a million such average test scores
gives the histogram below. The density curve is for
the normal distribution of $bar W.$



set.seed(826); m = 10^6
a.w = replicate( m, .5*mean(rnorm(10,78,sqrt(32)))
+ .5*mean(rnorm(10,80,sqrt(168))) )
mean(a.w >= 81 & a.w <= 83)
[1] 0.148802 # aprx prob
diff(pnorm(c(81,83), 79, 2.236))
[1] 0.1487247 # exact prob


enter image description here



Note: The key formulas are $E(aX + bY) = aE(X) + bE(Y)$ and, provided $X$ and $Y$ are independent,
$$Var(aX + bY) = a^2Var(X) + b^2Var(Y).$$
These are used to prove that if $X_i$ are $n$ random observations from a population with mean $mu$ and variance $sigma^2,$ then the sample mean $bar X$ has
$E(bar X) = mu$ and $Var(bar X) = sigma^2/n.$






share|cite|improve this answer





























    up vote
    0
    down vote













    I don't know what you have tried or what ideas came to you already, but I'll suggest you a possible route that you could follow.



    • Let's call the means of the marks of the 'boys' and 'girls' $B$ and $G$, respectively. What's their distribution? (*)


    • Now prove that in this case $bar X=fracB+G2$.


    • So you need to find
      $$P(162<B+G<166)$$. At least two paths are at hand:

    a) You can try to find the distribution of $Y=B+G$ (you haven't mentioned it, but ---lacking any other information--- independence will have to be assumed) and then calculate
    $$int_162^166f_Z(z) dz$$
    (and by the way, there is a very well known property regarding sums of independent normal random variables...).



    b) You can get the joint density of $B$ and $G$, which under independence is just the product of both marginal densities. Then, calculate the probability as
    $$iint_D f_BG(b,g) dA,$$
    where $D=(b,g)inmathbb R^2 colon 162<b+g<166$.



    Both a) and b) will give the desired probability.




    (*) They are both normals. Try to find their mean and variance.






    share|cite|improve this answer




















    • What i was trying to do is this, I thought for boys, it is normally distributed with N(78,32/10) (considering 32 is variance and 10 because that is the sample). Similarly for G. Now I have sample of 10 B and 10 G, so their means and variances get added, hence I have X ~ N(158, 200/10). However I am not sure if this is right
      – Hardik gupta
      Aug 26 at 14:29










    • if X ~ N(158, 20), then probability X lies in [81, 83] is this, 162 - 158/sqrt(20/20) <= X - mean/sd <= 166 - 158/sqrt(20/20), I doubt this is right?
      – Hardik gupta
      Aug 26 at 14:36











    • why divide by 2? and what about variance?
      – Hardik gupta
      Aug 26 at 14:48











    • Let us continue this discussion in chat.
      – Hardik gupta
      Aug 26 at 15:11










    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%2f2894989%2fcombine-sample-from-different-normal-distributions%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote



    accepted










    It seems you have $n = 10$ random observations $X_1, X_2, dots, X_10$ from
    $mathsfNorm(mu=78,sigma=7.21)$ and
    $m = 10$ random observations $Y_1, Y_2, dots, Y_10$ from
    $mathsfNorm(mu=90,sigma=12.96).$ And that you want
    to know the probability that $bar W = .5(bar X + bar Y)$ is in the interval $[81, 83].$



    Then $bar X sim mathsfNorm(78, 7.21/sqrt10),;$
    $bar Y sim mathsfNorm(80, 12.96/sqrt10),$
    and $$bar W =.5(bar X + bar Y) sim
    mathsfNormleft(.5(78+80), sqrt.25(3.2+16.8)right).$$



    From there you should be able to find $P(81 le bar W le 83) approx 0.149.$



    A simulation of a million such average test scores
    gives the histogram below. The density curve is for
    the normal distribution of $bar W.$



    set.seed(826); m = 10^6
    a.w = replicate( m, .5*mean(rnorm(10,78,sqrt(32)))
    + .5*mean(rnorm(10,80,sqrt(168))) )
    mean(a.w >= 81 & a.w <= 83)
    [1] 0.148802 # aprx prob
    diff(pnorm(c(81,83), 79, 2.236))
    [1] 0.1487247 # exact prob


    enter image description here



    Note: The key formulas are $E(aX + bY) = aE(X) + bE(Y)$ and, provided $X$ and $Y$ are independent,
    $$Var(aX + bY) = a^2Var(X) + b^2Var(Y).$$
    These are used to prove that if $X_i$ are $n$ random observations from a population with mean $mu$ and variance $sigma^2,$ then the sample mean $bar X$ has
    $E(bar X) = mu$ and $Var(bar X) = sigma^2/n.$






    share|cite|improve this answer


























      up vote
      1
      down vote



      accepted










      It seems you have $n = 10$ random observations $X_1, X_2, dots, X_10$ from
      $mathsfNorm(mu=78,sigma=7.21)$ and
      $m = 10$ random observations $Y_1, Y_2, dots, Y_10$ from
      $mathsfNorm(mu=90,sigma=12.96).$ And that you want
      to know the probability that $bar W = .5(bar X + bar Y)$ is in the interval $[81, 83].$



      Then $bar X sim mathsfNorm(78, 7.21/sqrt10),;$
      $bar Y sim mathsfNorm(80, 12.96/sqrt10),$
      and $$bar W =.5(bar X + bar Y) sim
      mathsfNormleft(.5(78+80), sqrt.25(3.2+16.8)right).$$



      From there you should be able to find $P(81 le bar W le 83) approx 0.149.$



      A simulation of a million such average test scores
      gives the histogram below. The density curve is for
      the normal distribution of $bar W.$



      set.seed(826); m = 10^6
      a.w = replicate( m, .5*mean(rnorm(10,78,sqrt(32)))
      + .5*mean(rnorm(10,80,sqrt(168))) )
      mean(a.w >= 81 & a.w <= 83)
      [1] 0.148802 # aprx prob
      diff(pnorm(c(81,83), 79, 2.236))
      [1] 0.1487247 # exact prob


      enter image description here



      Note: The key formulas are $E(aX + bY) = aE(X) + bE(Y)$ and, provided $X$ and $Y$ are independent,
      $$Var(aX + bY) = a^2Var(X) + b^2Var(Y).$$
      These are used to prove that if $X_i$ are $n$ random observations from a population with mean $mu$ and variance $sigma^2,$ then the sample mean $bar X$ has
      $E(bar X) = mu$ and $Var(bar X) = sigma^2/n.$






      share|cite|improve this answer
























        up vote
        1
        down vote



        accepted







        up vote
        1
        down vote



        accepted






        It seems you have $n = 10$ random observations $X_1, X_2, dots, X_10$ from
        $mathsfNorm(mu=78,sigma=7.21)$ and
        $m = 10$ random observations $Y_1, Y_2, dots, Y_10$ from
        $mathsfNorm(mu=90,sigma=12.96).$ And that you want
        to know the probability that $bar W = .5(bar X + bar Y)$ is in the interval $[81, 83].$



        Then $bar X sim mathsfNorm(78, 7.21/sqrt10),;$
        $bar Y sim mathsfNorm(80, 12.96/sqrt10),$
        and $$bar W =.5(bar X + bar Y) sim
        mathsfNormleft(.5(78+80), sqrt.25(3.2+16.8)right).$$



        From there you should be able to find $P(81 le bar W le 83) approx 0.149.$



        A simulation of a million such average test scores
        gives the histogram below. The density curve is for
        the normal distribution of $bar W.$



        set.seed(826); m = 10^6
        a.w = replicate( m, .5*mean(rnorm(10,78,sqrt(32)))
        + .5*mean(rnorm(10,80,sqrt(168))) )
        mean(a.w >= 81 & a.w <= 83)
        [1] 0.148802 # aprx prob
        diff(pnorm(c(81,83), 79, 2.236))
        [1] 0.1487247 # exact prob


        enter image description here



        Note: The key formulas are $E(aX + bY) = aE(X) + bE(Y)$ and, provided $X$ and $Y$ are independent,
        $$Var(aX + bY) = a^2Var(X) + b^2Var(Y).$$
        These are used to prove that if $X_i$ are $n$ random observations from a population with mean $mu$ and variance $sigma^2,$ then the sample mean $bar X$ has
        $E(bar X) = mu$ and $Var(bar X) = sigma^2/n.$






        share|cite|improve this answer














        It seems you have $n = 10$ random observations $X_1, X_2, dots, X_10$ from
        $mathsfNorm(mu=78,sigma=7.21)$ and
        $m = 10$ random observations $Y_1, Y_2, dots, Y_10$ from
        $mathsfNorm(mu=90,sigma=12.96).$ And that you want
        to know the probability that $bar W = .5(bar X + bar Y)$ is in the interval $[81, 83].$



        Then $bar X sim mathsfNorm(78, 7.21/sqrt10),;$
        $bar Y sim mathsfNorm(80, 12.96/sqrt10),$
        and $$bar W =.5(bar X + bar Y) sim
        mathsfNormleft(.5(78+80), sqrt.25(3.2+16.8)right).$$



        From there you should be able to find $P(81 le bar W le 83) approx 0.149.$



        A simulation of a million such average test scores
        gives the histogram below. The density curve is for
        the normal distribution of $bar W.$



        set.seed(826); m = 10^6
        a.w = replicate( m, .5*mean(rnorm(10,78,sqrt(32)))
        + .5*mean(rnorm(10,80,sqrt(168))) )
        mean(a.w >= 81 & a.w <= 83)
        [1] 0.148802 # aprx prob
        diff(pnorm(c(81,83), 79, 2.236))
        [1] 0.1487247 # exact prob


        enter image description here



        Note: The key formulas are $E(aX + bY) = aE(X) + bE(Y)$ and, provided $X$ and $Y$ are independent,
        $$Var(aX + bY) = a^2Var(X) + b^2Var(Y).$$
        These are used to prove that if $X_i$ are $n$ random observations from a population with mean $mu$ and variance $sigma^2,$ then the sample mean $bar X$ has
        $E(bar X) = mu$ and $Var(bar X) = sigma^2/n.$







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Aug 27 at 6:42

























        answered Aug 26 at 17:53









        BruceET

        33.7k71440




        33.7k71440




















            up vote
            0
            down vote













            I don't know what you have tried or what ideas came to you already, but I'll suggest you a possible route that you could follow.



            • Let's call the means of the marks of the 'boys' and 'girls' $B$ and $G$, respectively. What's their distribution? (*)


            • Now prove that in this case $bar X=fracB+G2$.


            • So you need to find
              $$P(162<B+G<166)$$. At least two paths are at hand:

            a) You can try to find the distribution of $Y=B+G$ (you haven't mentioned it, but ---lacking any other information--- independence will have to be assumed) and then calculate
            $$int_162^166f_Z(z) dz$$
            (and by the way, there is a very well known property regarding sums of independent normal random variables...).



            b) You can get the joint density of $B$ and $G$, which under independence is just the product of both marginal densities. Then, calculate the probability as
            $$iint_D f_BG(b,g) dA,$$
            where $D=(b,g)inmathbb R^2 colon 162<b+g<166$.



            Both a) and b) will give the desired probability.




            (*) They are both normals. Try to find their mean and variance.






            share|cite|improve this answer




















            • What i was trying to do is this, I thought for boys, it is normally distributed with N(78,32/10) (considering 32 is variance and 10 because that is the sample). Similarly for G. Now I have sample of 10 B and 10 G, so their means and variances get added, hence I have X ~ N(158, 200/10). However I am not sure if this is right
              – Hardik gupta
              Aug 26 at 14:29










            • if X ~ N(158, 20), then probability X lies in [81, 83] is this, 162 - 158/sqrt(20/20) <= X - mean/sd <= 166 - 158/sqrt(20/20), I doubt this is right?
              – Hardik gupta
              Aug 26 at 14:36











            • why divide by 2? and what about variance?
              – Hardik gupta
              Aug 26 at 14:48











            • Let us continue this discussion in chat.
              – Hardik gupta
              Aug 26 at 15:11














            up vote
            0
            down vote













            I don't know what you have tried or what ideas came to you already, but I'll suggest you a possible route that you could follow.



            • Let's call the means of the marks of the 'boys' and 'girls' $B$ and $G$, respectively. What's their distribution? (*)


            • Now prove that in this case $bar X=fracB+G2$.


            • So you need to find
              $$P(162<B+G<166)$$. At least two paths are at hand:

            a) You can try to find the distribution of $Y=B+G$ (you haven't mentioned it, but ---lacking any other information--- independence will have to be assumed) and then calculate
            $$int_162^166f_Z(z) dz$$
            (and by the way, there is a very well known property regarding sums of independent normal random variables...).



            b) You can get the joint density of $B$ and $G$, which under independence is just the product of both marginal densities. Then, calculate the probability as
            $$iint_D f_BG(b,g) dA,$$
            where $D=(b,g)inmathbb R^2 colon 162<b+g<166$.



            Both a) and b) will give the desired probability.




            (*) They are both normals. Try to find their mean and variance.






            share|cite|improve this answer




















            • What i was trying to do is this, I thought for boys, it is normally distributed with N(78,32/10) (considering 32 is variance and 10 because that is the sample). Similarly for G. Now I have sample of 10 B and 10 G, so their means and variances get added, hence I have X ~ N(158, 200/10). However I am not sure if this is right
              – Hardik gupta
              Aug 26 at 14:29










            • if X ~ N(158, 20), then probability X lies in [81, 83] is this, 162 - 158/sqrt(20/20) <= X - mean/sd <= 166 - 158/sqrt(20/20), I doubt this is right?
              – Hardik gupta
              Aug 26 at 14:36











            • why divide by 2? and what about variance?
              – Hardik gupta
              Aug 26 at 14:48











            • Let us continue this discussion in chat.
              – Hardik gupta
              Aug 26 at 15:11












            up vote
            0
            down vote










            up vote
            0
            down vote









            I don't know what you have tried or what ideas came to you already, but I'll suggest you a possible route that you could follow.



            • Let's call the means of the marks of the 'boys' and 'girls' $B$ and $G$, respectively. What's their distribution? (*)


            • Now prove that in this case $bar X=fracB+G2$.


            • So you need to find
              $$P(162<B+G<166)$$. At least two paths are at hand:

            a) You can try to find the distribution of $Y=B+G$ (you haven't mentioned it, but ---lacking any other information--- independence will have to be assumed) and then calculate
            $$int_162^166f_Z(z) dz$$
            (and by the way, there is a very well known property regarding sums of independent normal random variables...).



            b) You can get the joint density of $B$ and $G$, which under independence is just the product of both marginal densities. Then, calculate the probability as
            $$iint_D f_BG(b,g) dA,$$
            where $D=(b,g)inmathbb R^2 colon 162<b+g<166$.



            Both a) and b) will give the desired probability.




            (*) They are both normals. Try to find their mean and variance.






            share|cite|improve this answer












            I don't know what you have tried or what ideas came to you already, but I'll suggest you a possible route that you could follow.



            • Let's call the means of the marks of the 'boys' and 'girls' $B$ and $G$, respectively. What's their distribution? (*)


            • Now prove that in this case $bar X=fracB+G2$.


            • So you need to find
              $$P(162<B+G<166)$$. At least two paths are at hand:

            a) You can try to find the distribution of $Y=B+G$ (you haven't mentioned it, but ---lacking any other information--- independence will have to be assumed) and then calculate
            $$int_162^166f_Z(z) dz$$
            (and by the way, there is a very well known property regarding sums of independent normal random variables...).



            b) You can get the joint density of $B$ and $G$, which under independence is just the product of both marginal densities. Then, calculate the probability as
            $$iint_D f_BG(b,g) dA,$$
            where $D=(b,g)inmathbb R^2 colon 162<b+g<166$.



            Both a) and b) will give the desired probability.




            (*) They are both normals. Try to find their mean and variance.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Aug 26 at 13:48









            Alejandro Nasif Salum

            3,16617




            3,16617











            • What i was trying to do is this, I thought for boys, it is normally distributed with N(78,32/10) (considering 32 is variance and 10 because that is the sample). Similarly for G. Now I have sample of 10 B and 10 G, so their means and variances get added, hence I have X ~ N(158, 200/10). However I am not sure if this is right
              – Hardik gupta
              Aug 26 at 14:29










            • if X ~ N(158, 20), then probability X lies in [81, 83] is this, 162 - 158/sqrt(20/20) <= X - mean/sd <= 166 - 158/sqrt(20/20), I doubt this is right?
              – Hardik gupta
              Aug 26 at 14:36











            • why divide by 2? and what about variance?
              – Hardik gupta
              Aug 26 at 14:48











            • Let us continue this discussion in chat.
              – Hardik gupta
              Aug 26 at 15:11
















            • What i was trying to do is this, I thought for boys, it is normally distributed with N(78,32/10) (considering 32 is variance and 10 because that is the sample). Similarly for G. Now I have sample of 10 B and 10 G, so their means and variances get added, hence I have X ~ N(158, 200/10). However I am not sure if this is right
              – Hardik gupta
              Aug 26 at 14:29










            • if X ~ N(158, 20), then probability X lies in [81, 83] is this, 162 - 158/sqrt(20/20) <= X - mean/sd <= 166 - 158/sqrt(20/20), I doubt this is right?
              – Hardik gupta
              Aug 26 at 14:36











            • why divide by 2? and what about variance?
              – Hardik gupta
              Aug 26 at 14:48











            • Let us continue this discussion in chat.
              – Hardik gupta
              Aug 26 at 15:11















            What i was trying to do is this, I thought for boys, it is normally distributed with N(78,32/10) (considering 32 is variance and 10 because that is the sample). Similarly for G. Now I have sample of 10 B and 10 G, so their means and variances get added, hence I have X ~ N(158, 200/10). However I am not sure if this is right
            – Hardik gupta
            Aug 26 at 14:29




            What i was trying to do is this, I thought for boys, it is normally distributed with N(78,32/10) (considering 32 is variance and 10 because that is the sample). Similarly for G. Now I have sample of 10 B and 10 G, so their means and variances get added, hence I have X ~ N(158, 200/10). However I am not sure if this is right
            – Hardik gupta
            Aug 26 at 14:29












            if X ~ N(158, 20), then probability X lies in [81, 83] is this, 162 - 158/sqrt(20/20) <= X - mean/sd <= 166 - 158/sqrt(20/20), I doubt this is right?
            – Hardik gupta
            Aug 26 at 14:36





            if X ~ N(158, 20), then probability X lies in [81, 83] is this, 162 - 158/sqrt(20/20) <= X - mean/sd <= 166 - 158/sqrt(20/20), I doubt this is right?
            – Hardik gupta
            Aug 26 at 14:36













            why divide by 2? and what about variance?
            – Hardik gupta
            Aug 26 at 14:48





            why divide by 2? and what about variance?
            – Hardik gupta
            Aug 26 at 14:48













            Let us continue this discussion in chat.
            – Hardik gupta
            Aug 26 at 15:11




            Let us continue this discussion in chat.
            – Hardik gupta
            Aug 26 at 15:11

















             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2894989%2fcombine-sample-from-different-normal-distributions%23new-answer', 'question_page');

            );

            Post as a guest













































































            這個網誌中的熱門文章

            How to combine Bézier curves to a surface?

            Mutual Information Always Non-negative

            Why am i infinitely getting the same tweet with the Twitter Search API?