Find the Distribution that corresponds to the given MGF











up vote
0
down vote

favorite












I am working on a problem and am a little bit confused.



I need to find the distribution that corresponds to the MGF:



$2e^tover3-e^t$



Do we need to separate this into something like:



2e$^t$ and $1over3-e^t$



It seems like we might be able to separate this into X ~ Exp() or Poi()










share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    I am working on a problem and am a little bit confused.



    I need to find the distribution that corresponds to the MGF:



    $2e^tover3-e^t$



    Do we need to separate this into something like:



    2e$^t$ and $1over3-e^t$



    It seems like we might be able to separate this into X ~ Exp() or Poi()










    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am working on a problem and am a little bit confused.



      I need to find the distribution that corresponds to the MGF:



      $2e^tover3-e^t$



      Do we need to separate this into something like:



      2e$^t$ and $1over3-e^t$



      It seems like we might be able to separate this into X ~ Exp() or Poi()










      share|cite|improve this question













      I am working on a problem and am a little bit confused.



      I need to find the distribution that corresponds to the MGF:



      $2e^tover3-e^t$



      Do we need to separate this into something like:



      2e$^t$ and $1over3-e^t$



      It seems like we might be able to separate this into X ~ Exp() or Poi()







      probability 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










      asked 2 days ago









      Ethan

      9212




      9212






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          The MGF of a Poisson r.v. features a double exponential, and that of an exponential r.v. is a rational function (no exponential), so it looks unlikely at first glance these two would be candidates (also, unclear what you mean by "separate" here.)



          However, eyeballing the Wikipedia table showing a list of standard MGFs, you can spot one that looks quite similar, that of the geometric distribution. Namely, if $X$ follows a Geometric distribution with parameter $p$, then the MGF of X is
          $$
          M_x(t) = frac{p e^t}{1-(1-p)e^t}, quad t < logfrac{1}{1-p} tag{1}
          $$

          So let's see. What you have is
          $$
          M_X(t) = frac{2e^t}{3-e^t} = frac{frac{2}{3}e^t}{1-frac{1}{3}e^t}
          = frac{frac{2}{3}e^t}{1-left(1-frac{2}{3}right)e^t} tag{2}
          $$

          which should allow you to conclude.






          share|cite|improve this answer





















          • Thank you this clears a lot of things up.
            – Ethan
            2 days ago










          • @Ethan You're welcome!
            – Clement C.
            2 days ago











          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%2f3005546%2ffind-the-distribution-that-corresponds-to-the-given-mgf%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








          up vote
          1
          down vote



          accepted










          The MGF of a Poisson r.v. features a double exponential, and that of an exponential r.v. is a rational function (no exponential), so it looks unlikely at first glance these two would be candidates (also, unclear what you mean by "separate" here.)



          However, eyeballing the Wikipedia table showing a list of standard MGFs, you can spot one that looks quite similar, that of the geometric distribution. Namely, if $X$ follows a Geometric distribution with parameter $p$, then the MGF of X is
          $$
          M_x(t) = frac{p e^t}{1-(1-p)e^t}, quad t < logfrac{1}{1-p} tag{1}
          $$

          So let's see. What you have is
          $$
          M_X(t) = frac{2e^t}{3-e^t} = frac{frac{2}{3}e^t}{1-frac{1}{3}e^t}
          = frac{frac{2}{3}e^t}{1-left(1-frac{2}{3}right)e^t} tag{2}
          $$

          which should allow you to conclude.






          share|cite|improve this answer





















          • Thank you this clears a lot of things up.
            – Ethan
            2 days ago










          • @Ethan You're welcome!
            – Clement C.
            2 days ago















          up vote
          1
          down vote



          accepted










          The MGF of a Poisson r.v. features a double exponential, and that of an exponential r.v. is a rational function (no exponential), so it looks unlikely at first glance these two would be candidates (also, unclear what you mean by "separate" here.)



          However, eyeballing the Wikipedia table showing a list of standard MGFs, you can spot one that looks quite similar, that of the geometric distribution. Namely, if $X$ follows a Geometric distribution with parameter $p$, then the MGF of X is
          $$
          M_x(t) = frac{p e^t}{1-(1-p)e^t}, quad t < logfrac{1}{1-p} tag{1}
          $$

          So let's see. What you have is
          $$
          M_X(t) = frac{2e^t}{3-e^t} = frac{frac{2}{3}e^t}{1-frac{1}{3}e^t}
          = frac{frac{2}{3}e^t}{1-left(1-frac{2}{3}right)e^t} tag{2}
          $$

          which should allow you to conclude.






          share|cite|improve this answer





















          • Thank you this clears a lot of things up.
            – Ethan
            2 days ago










          • @Ethan You're welcome!
            – Clement C.
            2 days ago













          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          The MGF of a Poisson r.v. features a double exponential, and that of an exponential r.v. is a rational function (no exponential), so it looks unlikely at first glance these two would be candidates (also, unclear what you mean by "separate" here.)



          However, eyeballing the Wikipedia table showing a list of standard MGFs, you can spot one that looks quite similar, that of the geometric distribution. Namely, if $X$ follows a Geometric distribution with parameter $p$, then the MGF of X is
          $$
          M_x(t) = frac{p e^t}{1-(1-p)e^t}, quad t < logfrac{1}{1-p} tag{1}
          $$

          So let's see. What you have is
          $$
          M_X(t) = frac{2e^t}{3-e^t} = frac{frac{2}{3}e^t}{1-frac{1}{3}e^t}
          = frac{frac{2}{3}e^t}{1-left(1-frac{2}{3}right)e^t} tag{2}
          $$

          which should allow you to conclude.






          share|cite|improve this answer












          The MGF of a Poisson r.v. features a double exponential, and that of an exponential r.v. is a rational function (no exponential), so it looks unlikely at first glance these two would be candidates (also, unclear what you mean by "separate" here.)



          However, eyeballing the Wikipedia table showing a list of standard MGFs, you can spot one that looks quite similar, that of the geometric distribution. Namely, if $X$ follows a Geometric distribution with parameter $p$, then the MGF of X is
          $$
          M_x(t) = frac{p e^t}{1-(1-p)e^t}, quad t < logfrac{1}{1-p} tag{1}
          $$

          So let's see. What you have is
          $$
          M_X(t) = frac{2e^t}{3-e^t} = frac{frac{2}{3}e^t}{1-frac{1}{3}e^t}
          = frac{frac{2}{3}e^t}{1-left(1-frac{2}{3}right)e^t} tag{2}
          $$

          which should allow you to conclude.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 2 days ago









          Clement C.

          48.7k33784




          48.7k33784












          • Thank you this clears a lot of things up.
            – Ethan
            2 days ago










          • @Ethan You're welcome!
            – Clement C.
            2 days ago


















          • Thank you this clears a lot of things up.
            – Ethan
            2 days ago










          • @Ethan You're welcome!
            – Clement C.
            2 days ago
















          Thank you this clears a lot of things up.
          – Ethan
          2 days ago




          Thank you this clears a lot of things up.
          – Ethan
          2 days ago












          @Ethan You're welcome!
          – Clement C.
          2 days ago




          @Ethan You're welcome!
          – Clement C.
          2 days ago


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3005546%2ffind-the-distribution-that-corresponds-to-the-given-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

          MongoDB - Not Authorized To Execute Command

          How to fix TextFormField cause rebuild widget in Flutter

          in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith