How can I understand the mean of convoluted Gaussian function is $mu_1 + mu_2$. Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)How can I make some progress on this Gaussian-looking integral?Integrating Normal Distribution with $1$, $x$, and $x^2$Functions with closed-form expectations under Gaussian PDFImpact of gaussian mean shift on top end distributionIntegral of the product of Gaussian PDF and Q function involving natural logGaussian Integrals and Grassmann AlgebraRelation between Taylor Expansion and multivariate Gaussian Distributionfinding area under the curve of a valueIs there an analytic form for the squared error of the difference of two univariate Gaussians?Kalman filter: the bayesian approach derivation some clarifications

Search between two dates with specific time with each date

Maximum summed subsequences with non-adjacent items

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?

How often does castling occur in grandmaster games?

Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?

Should there be a hyphen in the construction "IT affin"?

Why are vacuum tubes still used in amateur radios?

Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?

Significance of Cersei's obsession with elephants?

How could we fake a moon landing now?

Is it fair for a professor to grade us on the possession of past papers?

Crossing US/Canada Border for less than 24 hours

Strange behavior of Object.defineProperty() in JavaScript

How does light 'choose' between wave and particle behaviour?

Did any compiler fully use 80-bit floating point?

Time to Settle Down!

Is there a kind of relay that only consumes power when switching?

What would you call this weird metallic apparatus that allows you to lift people?

How to dry out epoxy resin faster than usual?

Why weren't discrete x86 CPUs ever used in game hardware?

Importance of からだ in this sentence

Belief In God or Knowledge Of God. Which is better?

When a candle burns, why does the top of wick glow if bottom of flame is hottest?



How can I understand the mean of convoluted Gaussian function is $mu_1 + mu_2$.



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)How can I make some progress on this Gaussian-looking integral?Integrating Normal Distribution with $1$, $x$, and $x^2$Functions with closed-form expectations under Gaussian PDFImpact of gaussian mean shift on top end distributionIntegral of the product of Gaussian PDF and Q function involving natural logGaussian Integrals and Grassmann AlgebraRelation between Taylor Expansion and multivariate Gaussian Distributionfinding area under the curve of a valueIs there an analytic form for the squared error of the difference of two univariate Gaussians?Kalman filter: the bayesian approach derivation some clarifications










0












$begingroup$


I struggle to understand the mean of convoluted two Gaussian functions is $mu_1 + mu_2$ instead of $(mu_1 + mu_2)/2$. Could someone provide visual explaination?










share|cite|improve this question











$endgroup$











  • $begingroup$
    Can you explain in your question why you think it should be halved? Do you understand that if $X$ and $Y$ have distributions $f$ and $g$ then $X + Y$ has distribution $f * g$?
    $endgroup$
    – Trevor Gunn
    Mar 27 at 20:13















0












$begingroup$


I struggle to understand the mean of convoluted two Gaussian functions is $mu_1 + mu_2$ instead of $(mu_1 + mu_2)/2$. Could someone provide visual explaination?










share|cite|improve this question











$endgroup$











  • $begingroup$
    Can you explain in your question why you think it should be halved? Do you understand that if $X$ and $Y$ have distributions $f$ and $g$ then $X + Y$ has distribution $f * g$?
    $endgroup$
    – Trevor Gunn
    Mar 27 at 20:13













0












0








0





$begingroup$


I struggle to understand the mean of convoluted two Gaussian functions is $mu_1 + mu_2$ instead of $(mu_1 + mu_2)/2$. Could someone provide visual explaination?










share|cite|improve this question











$endgroup$




I struggle to understand the mean of convoluted two Gaussian functions is $mu_1 + mu_2$ instead of $(mu_1 + mu_2)/2$. Could someone provide visual explaination?







gaussian-integral






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 27 at 20:03







Alex Gao

















asked Mar 27 at 19:57









Alex GaoAlex Gao

1125




1125











  • $begingroup$
    Can you explain in your question why you think it should be halved? Do you understand that if $X$ and $Y$ have distributions $f$ and $g$ then $X + Y$ has distribution $f * g$?
    $endgroup$
    – Trevor Gunn
    Mar 27 at 20:13
















  • $begingroup$
    Can you explain in your question why you think it should be halved? Do you understand that if $X$ and $Y$ have distributions $f$ and $g$ then $X + Y$ has distribution $f * g$?
    $endgroup$
    – Trevor Gunn
    Mar 27 at 20:13















$begingroup$
Can you explain in your question why you think it should be halved? Do you understand that if $X$ and $Y$ have distributions $f$ and $g$ then $X + Y$ has distribution $f * g$?
$endgroup$
– Trevor Gunn
Mar 27 at 20:13




$begingroup$
Can you explain in your question why you think it should be halved? Do you understand that if $X$ and $Y$ have distributions $f$ and $g$ then $X + Y$ has distribution $f * g$?
$endgroup$
– Trevor Gunn
Mar 27 at 20:13










1 Answer
1






active

oldest

votes


















2












$begingroup$

If $X$ and $Y$ are two independent continuous random variables with means $E[X]=mu_X$ and $E[Y] = mu_Y$, then the density of their sum $X+Y$ is the convolution of the densities of $X$ and $Y$. In the special case when $X$ and $Y$ are Gaussian random variables, $X+Y$ is also a Gaussian random variable. But, regardless of whether $X$ and $Y$ are Gaussian or not, independent or not, or continuous or not, it is true that
$$E[X+Y] = E[X] + E[Y].$$
This result is referred to as the linearity of expectation, and explains why the mean of $X+Y$ is $mu_X + mu_Y$, and not the arithmetic average $fracmu_X+mu_Y2$ that you are hoping to see.



Visually, the densities of independent Gaussian $X$ and $Y$ are bell-shaped curves centered at $mu_X$ and $mu_Y$ respectively, and the value of the convolution of these densities at $z$ (a.k.a the numerical value of the density of $X+Y$ at $z$) is obtained by



  • "flipping" the density of $Y$ about the origin the result of which operation looks for all the world just like the density of $Y$ centered at $-mu_Y$ instead of at $mu_Y$.

  • sliding the flipped density to the right by $z$

  • multiplying the density of $X$ with the flipped and slid density of $Y$ and integrating the product from $-infty$ to $infty$.

If your brain has not already boggled at all these shenanigans and can still visualize a tad more, consider that the maximum value of the integral will occur when the two peaks align, that is, when the flipped density of $Y$ has been slid so that its peak at $-mu_Y$ has shifted due to the slide so that it coincides with the peak of the $X$ density which is at $mu_X$, i.e. a total slide of $mu_X+mu_Y$. So, the peak of the convolution is at $mu_X+mu_Y$ and so the mean of $X+Y$ is $mu_X+mu_Y$.






share|cite|improve this answer











$endgroup$













    Your Answer








    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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    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%2f3165049%2fhow-can-i-understand-the-mean-of-convoluted-gaussian-function-is-mu-1-mu-2%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2












    $begingroup$

    If $X$ and $Y$ are two independent continuous random variables with means $E[X]=mu_X$ and $E[Y] = mu_Y$, then the density of their sum $X+Y$ is the convolution of the densities of $X$ and $Y$. In the special case when $X$ and $Y$ are Gaussian random variables, $X+Y$ is also a Gaussian random variable. But, regardless of whether $X$ and $Y$ are Gaussian or not, independent or not, or continuous or not, it is true that
    $$E[X+Y] = E[X] + E[Y].$$
    This result is referred to as the linearity of expectation, and explains why the mean of $X+Y$ is $mu_X + mu_Y$, and not the arithmetic average $fracmu_X+mu_Y2$ that you are hoping to see.



    Visually, the densities of independent Gaussian $X$ and $Y$ are bell-shaped curves centered at $mu_X$ and $mu_Y$ respectively, and the value of the convolution of these densities at $z$ (a.k.a the numerical value of the density of $X+Y$ at $z$) is obtained by



    • "flipping" the density of $Y$ about the origin the result of which operation looks for all the world just like the density of $Y$ centered at $-mu_Y$ instead of at $mu_Y$.

    • sliding the flipped density to the right by $z$

    • multiplying the density of $X$ with the flipped and slid density of $Y$ and integrating the product from $-infty$ to $infty$.

    If your brain has not already boggled at all these shenanigans and can still visualize a tad more, consider that the maximum value of the integral will occur when the two peaks align, that is, when the flipped density of $Y$ has been slid so that its peak at $-mu_Y$ has shifted due to the slide so that it coincides with the peak of the $X$ density which is at $mu_X$, i.e. a total slide of $mu_X+mu_Y$. So, the peak of the convolution is at $mu_X+mu_Y$ and so the mean of $X+Y$ is $mu_X+mu_Y$.






    share|cite|improve this answer











    $endgroup$

















      2












      $begingroup$

      If $X$ and $Y$ are two independent continuous random variables with means $E[X]=mu_X$ and $E[Y] = mu_Y$, then the density of their sum $X+Y$ is the convolution of the densities of $X$ and $Y$. In the special case when $X$ and $Y$ are Gaussian random variables, $X+Y$ is also a Gaussian random variable. But, regardless of whether $X$ and $Y$ are Gaussian or not, independent or not, or continuous or not, it is true that
      $$E[X+Y] = E[X] + E[Y].$$
      This result is referred to as the linearity of expectation, and explains why the mean of $X+Y$ is $mu_X + mu_Y$, and not the arithmetic average $fracmu_X+mu_Y2$ that you are hoping to see.



      Visually, the densities of independent Gaussian $X$ and $Y$ are bell-shaped curves centered at $mu_X$ and $mu_Y$ respectively, and the value of the convolution of these densities at $z$ (a.k.a the numerical value of the density of $X+Y$ at $z$) is obtained by



      • "flipping" the density of $Y$ about the origin the result of which operation looks for all the world just like the density of $Y$ centered at $-mu_Y$ instead of at $mu_Y$.

      • sliding the flipped density to the right by $z$

      • multiplying the density of $X$ with the flipped and slid density of $Y$ and integrating the product from $-infty$ to $infty$.

      If your brain has not already boggled at all these shenanigans and can still visualize a tad more, consider that the maximum value of the integral will occur when the two peaks align, that is, when the flipped density of $Y$ has been slid so that its peak at $-mu_Y$ has shifted due to the slide so that it coincides with the peak of the $X$ density which is at $mu_X$, i.e. a total slide of $mu_X+mu_Y$. So, the peak of the convolution is at $mu_X+mu_Y$ and so the mean of $X+Y$ is $mu_X+mu_Y$.






      share|cite|improve this answer











      $endgroup$















        2












        2








        2





        $begingroup$

        If $X$ and $Y$ are two independent continuous random variables with means $E[X]=mu_X$ and $E[Y] = mu_Y$, then the density of their sum $X+Y$ is the convolution of the densities of $X$ and $Y$. In the special case when $X$ and $Y$ are Gaussian random variables, $X+Y$ is also a Gaussian random variable. But, regardless of whether $X$ and $Y$ are Gaussian or not, independent or not, or continuous or not, it is true that
        $$E[X+Y] = E[X] + E[Y].$$
        This result is referred to as the linearity of expectation, and explains why the mean of $X+Y$ is $mu_X + mu_Y$, and not the arithmetic average $fracmu_X+mu_Y2$ that you are hoping to see.



        Visually, the densities of independent Gaussian $X$ and $Y$ are bell-shaped curves centered at $mu_X$ and $mu_Y$ respectively, and the value of the convolution of these densities at $z$ (a.k.a the numerical value of the density of $X+Y$ at $z$) is obtained by



        • "flipping" the density of $Y$ about the origin the result of which operation looks for all the world just like the density of $Y$ centered at $-mu_Y$ instead of at $mu_Y$.

        • sliding the flipped density to the right by $z$

        • multiplying the density of $X$ with the flipped and slid density of $Y$ and integrating the product from $-infty$ to $infty$.

        If your brain has not already boggled at all these shenanigans and can still visualize a tad more, consider that the maximum value of the integral will occur when the two peaks align, that is, when the flipped density of $Y$ has been slid so that its peak at $-mu_Y$ has shifted due to the slide so that it coincides with the peak of the $X$ density which is at $mu_X$, i.e. a total slide of $mu_X+mu_Y$. So, the peak of the convolution is at $mu_X+mu_Y$ and so the mean of $X+Y$ is $mu_X+mu_Y$.






        share|cite|improve this answer











        $endgroup$



        If $X$ and $Y$ are two independent continuous random variables with means $E[X]=mu_X$ and $E[Y] = mu_Y$, then the density of their sum $X+Y$ is the convolution of the densities of $X$ and $Y$. In the special case when $X$ and $Y$ are Gaussian random variables, $X+Y$ is also a Gaussian random variable. But, regardless of whether $X$ and $Y$ are Gaussian or not, independent or not, or continuous or not, it is true that
        $$E[X+Y] = E[X] + E[Y].$$
        This result is referred to as the linearity of expectation, and explains why the mean of $X+Y$ is $mu_X + mu_Y$, and not the arithmetic average $fracmu_X+mu_Y2$ that you are hoping to see.



        Visually, the densities of independent Gaussian $X$ and $Y$ are bell-shaped curves centered at $mu_X$ and $mu_Y$ respectively, and the value of the convolution of these densities at $z$ (a.k.a the numerical value of the density of $X+Y$ at $z$) is obtained by



        • "flipping" the density of $Y$ about the origin the result of which operation looks for all the world just like the density of $Y$ centered at $-mu_Y$ instead of at $mu_Y$.

        • sliding the flipped density to the right by $z$

        • multiplying the density of $X$ with the flipped and slid density of $Y$ and integrating the product from $-infty$ to $infty$.

        If your brain has not already boggled at all these shenanigans and can still visualize a tad more, consider that the maximum value of the integral will occur when the two peaks align, that is, when the flipped density of $Y$ has been slid so that its peak at $-mu_Y$ has shifted due to the slide so that it coincides with the peak of the $X$ density which is at $mu_X$, i.e. a total slide of $mu_X+mu_Y$. So, the peak of the convolution is at $mu_X+mu_Y$ and so the mean of $X+Y$ is $mu_X+mu_Y$.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Mar 27 at 20:33

























        answered Mar 27 at 20:16









        Dilip SarwateDilip Sarwate

        19.5k13078




        19.5k13078



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165049%2fhow-can-i-understand-the-mean-of-convoluted-gaussian-function-is-mu-1-mu-2%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable