Finding Standard Deviation from MGF











up vote
0
down vote

favorite












I a working on a problem and am a little bit confused at how to approach solving it.



The problem: Given the MGF F(t) = $1over(1-2500t)^4$



Calculate the SD.



Do we need to do some substitution with like $mathscr N$ ~ (0,1) with sigma and mu? Or find the Var and square root it?



More broadly, how do we find the Standard Deviation of a Moment Generating Function?










share|cite|improve this question
























  • SD of the distribution, not of the MGF. Can you find moments like expectation and variance of the distribution from the MGF?
    – StubbornAtom
    Nov 17 at 21:25















up vote
0
down vote

favorite












I a working on a problem and am a little bit confused at how to approach solving it.



The problem: Given the MGF F(t) = $1over(1-2500t)^4$



Calculate the SD.



Do we need to do some substitution with like $mathscr N$ ~ (0,1) with sigma and mu? Or find the Var and square root it?



More broadly, how do we find the Standard Deviation of a Moment Generating Function?










share|cite|improve this question
























  • SD of the distribution, not of the MGF. Can you find moments like expectation and variance of the distribution from the MGF?
    – StubbornAtom
    Nov 17 at 21:25













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I a working on a problem and am a little bit confused at how to approach solving it.



The problem: Given the MGF F(t) = $1over(1-2500t)^4$



Calculate the SD.



Do we need to do some substitution with like $mathscr N$ ~ (0,1) with sigma and mu? Or find the Var and square root it?



More broadly, how do we find the Standard Deviation of a Moment Generating Function?










share|cite|improve this question















I a working on a problem and am a little bit confused at how to approach solving it.



The problem: Given the MGF F(t) = $1over(1-2500t)^4$



Calculate the SD.



Do we need to do some substitution with like $mathscr N$ ~ (0,1) with sigma and mu? Or find the Var and square root it?



More broadly, how do we find the Standard Deviation of a Moment Generating Function?







probability standard-deviation moment-generating-functions moment-problem






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 17 at 21:24

























asked Nov 17 at 20:45









Ethan

9212




9212












  • SD of the distribution, not of the MGF. Can you find moments like expectation and variance of the distribution from the MGF?
    – StubbornAtom
    Nov 17 at 21:25


















  • SD of the distribution, not of the MGF. Can you find moments like expectation and variance of the distribution from the MGF?
    – StubbornAtom
    Nov 17 at 21:25
















SD of the distribution, not of the MGF. Can you find moments like expectation and variance of the distribution from the MGF?
– StubbornAtom
Nov 17 at 21:25




SD of the distribution, not of the MGF. Can you find moments like expectation and variance of the distribution from the MGF?
– StubbornAtom
Nov 17 at 21:25










2 Answers
2






active

oldest

votes

















up vote
2
down vote



accepted










You don't find SD of a MGF ... you find SD of a random variable, cmon.



Let $X$ be your random variable, then MGF of $X$ is basically $M_X(t) = E[e^{Xt}]$



If you check your textbook, you will find a nice property for the MGF, namely the n-th derivative of M evaluated at zero is equal to $E[X^n]$



Now, SD = $sqrt{Var(X)} = sqrt{E[X^2] - E[X]^2}$.



Can you take it from there?






share|cite|improve this answer





















  • Thank you that makes sense.
    – Ethan
    Nov 17 at 21:25


















up vote
0
down vote













Another way is to recognize that the MGF belongs to the Gamma distribution with shape parameter $alpha=4$ and scale parameter $beta=2500$. The variance follows directly from the variance formula $alphabeta^2$ of the Gamma distribution. A more direct approach is to consider the cumulant generating function $kappa(t)=log F(t)=-4log(1-2500t)$ and realize that the variance is the 2nd derivative of $kappa(t)$ evaluated at zero.






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: 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%2f3002790%2ffinding-standard-deviation-from-mgf%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote



    accepted










    You don't find SD of a MGF ... you find SD of a random variable, cmon.



    Let $X$ be your random variable, then MGF of $X$ is basically $M_X(t) = E[e^{Xt}]$



    If you check your textbook, you will find a nice property for the MGF, namely the n-th derivative of M evaluated at zero is equal to $E[X^n]$



    Now, SD = $sqrt{Var(X)} = sqrt{E[X^2] - E[X]^2}$.



    Can you take it from there?






    share|cite|improve this answer





















    • Thank you that makes sense.
      – Ethan
      Nov 17 at 21:25















    up vote
    2
    down vote



    accepted










    You don't find SD of a MGF ... you find SD of a random variable, cmon.



    Let $X$ be your random variable, then MGF of $X$ is basically $M_X(t) = E[e^{Xt}]$



    If you check your textbook, you will find a nice property for the MGF, namely the n-th derivative of M evaluated at zero is equal to $E[X^n]$



    Now, SD = $sqrt{Var(X)} = sqrt{E[X^2] - E[X]^2}$.



    Can you take it from there?






    share|cite|improve this answer





















    • Thank you that makes sense.
      – Ethan
      Nov 17 at 21:25













    up vote
    2
    down vote



    accepted







    up vote
    2
    down vote



    accepted






    You don't find SD of a MGF ... you find SD of a random variable, cmon.



    Let $X$ be your random variable, then MGF of $X$ is basically $M_X(t) = E[e^{Xt}]$



    If you check your textbook, you will find a nice property for the MGF, namely the n-th derivative of M evaluated at zero is equal to $E[X^n]$



    Now, SD = $sqrt{Var(X)} = sqrt{E[X^2] - E[X]^2}$.



    Can you take it from there?






    share|cite|improve this answer












    You don't find SD of a MGF ... you find SD of a random variable, cmon.



    Let $X$ be your random variable, then MGF of $X$ is basically $M_X(t) = E[e^{Xt}]$



    If you check your textbook, you will find a nice property for the MGF, namely the n-th derivative of M evaluated at zero is equal to $E[X^n]$



    Now, SD = $sqrt{Var(X)} = sqrt{E[X^2] - E[X]^2}$.



    Can you take it from there?







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Nov 17 at 21:23









    Makina

    1,016113




    1,016113












    • Thank you that makes sense.
      – Ethan
      Nov 17 at 21:25


















    • Thank you that makes sense.
      – Ethan
      Nov 17 at 21:25
















    Thank you that makes sense.
    – Ethan
    Nov 17 at 21:25




    Thank you that makes sense.
    – Ethan
    Nov 17 at 21:25










    up vote
    0
    down vote













    Another way is to recognize that the MGF belongs to the Gamma distribution with shape parameter $alpha=4$ and scale parameter $beta=2500$. The variance follows directly from the variance formula $alphabeta^2$ of the Gamma distribution. A more direct approach is to consider the cumulant generating function $kappa(t)=log F(t)=-4log(1-2500t)$ and realize that the variance is the 2nd derivative of $kappa(t)$ evaluated at zero.






    share|cite|improve this answer

























      up vote
      0
      down vote













      Another way is to recognize that the MGF belongs to the Gamma distribution with shape parameter $alpha=4$ and scale parameter $beta=2500$. The variance follows directly from the variance formula $alphabeta^2$ of the Gamma distribution. A more direct approach is to consider the cumulant generating function $kappa(t)=log F(t)=-4log(1-2500t)$ and realize that the variance is the 2nd derivative of $kappa(t)$ evaluated at zero.






      share|cite|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        Another way is to recognize that the MGF belongs to the Gamma distribution with shape parameter $alpha=4$ and scale parameter $beta=2500$. The variance follows directly from the variance formula $alphabeta^2$ of the Gamma distribution. A more direct approach is to consider the cumulant generating function $kappa(t)=log F(t)=-4log(1-2500t)$ and realize that the variance is the 2nd derivative of $kappa(t)$ evaluated at zero.






        share|cite|improve this answer












        Another way is to recognize that the MGF belongs to the Gamma distribution with shape parameter $alpha=4$ and scale parameter $beta=2500$. The variance follows directly from the variance formula $alphabeta^2$ of the Gamma distribution. A more direct approach is to consider the cumulant generating function $kappa(t)=log F(t)=-4log(1-2500t)$ and realize that the variance is the 2nd derivative of $kappa(t)$ evaluated at zero.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 17 at 21:42









        Knightgu

        414




        414






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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.


            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%2f3002790%2ffinding-standard-deviation-from-mgf%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

            AnyDesk - Fatal Program Failure

            How to calibrate 16:9 built-in touch-screen to a 4:3 resolution?

            QoS: MAC-Priority for clients behind a repeater