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

            Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

            Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee

            Method to test if a number is a perfect power? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Detecting perfect squares faster than by extracting square rooteffective way to get the integer sequence A181392 from oeisA rarely mentioned fact about perfect powersHow many numbers such $n$ are there that $n<100,lfloorsqrtn rfloor mid n$Check perfect squareness by modulo division against multiple basesFor what pair of integers $(a,b)$ is $3^a + 7^b$ a perfect square.Do there exist any positive integers $n$ such that $lfloore^nrfloor$ is a perfect power? What is the probability that one exists?finding perfect power factors of an integerProve that the sequence contains a perfect square for any natural number $m $ in the domain of $f$ .Counting Perfect Powers