How to find the MGF of this pmf? Announcing the arrival of Valued Associate #679: Cesar...

Time to Settle Down!

Why do early math courses focus on the cross sections of a cone and not on other 3D objects?

How to play a character with a disability or mental disorder without being offensive?

How were pictures turned from film to a big picture in a picture frame before digital scanning?

What is the meaning of 'breadth' in breadth first search?

How can I reduce the gap between left and right of cdot with a macro?

Trademark violation for app?

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

Can a new player join a group only when a new campaign starts?

Why is the AVR GCC compiler using a full `CALL` even though I have set the `-mshort-calls` flag?

Why does the remaining Rebel fleet at the end of Rogue One seem dramatically larger than the one in A New Hope?

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

Significance of Cersei's obsession with elephants?

What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?

Is there hard evidence that the grant peer review system performs significantly better than random?

Illegal assignment from sObject to Id

How come Sam didn't become Lord of Horn Hill?

Using audio cues to encourage good posture

How would a mousetrap for use in space work?

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

Find 108 by using 3,4,6

AppleTVs create a chatty alternate WiFi network

How could we fake a moon landing now?

Did Deadpool rescue all of the X-Force?



How to find the MGF of this pmf?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Moment-generating Function of a Continuous R.V. whose P.D.F is 1 from (0, 1)find the first moment using MGFHow to solve for the moment generating function for this problem?Express moment generating function as sum of two othersCalculating MGF for a random variable with pmf $P(X=x)=kcdot( ^nC_{x})$Using the moment generating function to find the point distribution of a two-dice rollGiven MGF of X, find MGF of $ Y=X_1dot X_2 dot X_3$moment-generating function is well definedRecursive Relation to obtain a MGFWhy is moment generating function represented using exponential rather than binomial series?












0












$begingroup$


A random variable $X$ has pmf $p(x;alpha) = (1-alpha)^{x-1} alpha$ for $x = 1,2,dots$. Find the moment generating function of $X$, $M_X(t)$.



What I've done:



$E[e^{tx}] = sum_x e^{tx} (1-alpha)^{x-1} alpha = frac{alpha}{1-alpha} sum_x (e^t (1-alpha))^x$.



Assume $e^t(1-alpha) < 1$. Then the series is geometric with $a_0 = 1$, $r < 1$ hence the sum is



$frac{a_0}{1-r} = frac{1}{(1-alpha)}frac{1}{1-(e^t(1-alpha))}$



But this is wrong. Answer should be $frac{alpha e^t}{1-(1-alpha)e^t}$. Where have i erred?










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    A random variable $X$ has pmf $p(x;alpha) = (1-alpha)^{x-1} alpha$ for $x = 1,2,dots$. Find the moment generating function of $X$, $M_X(t)$.



    What I've done:



    $E[e^{tx}] = sum_x e^{tx} (1-alpha)^{x-1} alpha = frac{alpha}{1-alpha} sum_x (e^t (1-alpha))^x$.



    Assume $e^t(1-alpha) < 1$. Then the series is geometric with $a_0 = 1$, $r < 1$ hence the sum is



    $frac{a_0}{1-r} = frac{1}{(1-alpha)}frac{1}{1-(e^t(1-alpha))}$



    But this is wrong. Answer should be $frac{alpha e^t}{1-(1-alpha)e^t}$. Where have i erred?










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      A random variable $X$ has pmf $p(x;alpha) = (1-alpha)^{x-1} alpha$ for $x = 1,2,dots$. Find the moment generating function of $X$, $M_X(t)$.



      What I've done:



      $E[e^{tx}] = sum_x e^{tx} (1-alpha)^{x-1} alpha = frac{alpha}{1-alpha} sum_x (e^t (1-alpha))^x$.



      Assume $e^t(1-alpha) < 1$. Then the series is geometric with $a_0 = 1$, $r < 1$ hence the sum is



      $frac{a_0}{1-r} = frac{1}{(1-alpha)}frac{1}{1-(e^t(1-alpha))}$



      But this is wrong. Answer should be $frac{alpha e^t}{1-(1-alpha)e^t}$. Where have i erred?










      share|cite|improve this question









      $endgroup$




      A random variable $X$ has pmf $p(x;alpha) = (1-alpha)^{x-1} alpha$ for $x = 1,2,dots$. Find the moment generating function of $X$, $M_X(t)$.



      What I've done:



      $E[e^{tx}] = sum_x e^{tx} (1-alpha)^{x-1} alpha = frac{alpha}{1-alpha} sum_x (e^t (1-alpha))^x$.



      Assume $e^t(1-alpha) < 1$. Then the series is geometric with $a_0 = 1$, $r < 1$ hence the sum is



      $frac{a_0}{1-r} = frac{1}{(1-alpha)}frac{1}{1-(e^t(1-alpha))}$



      But this is wrong. Answer should be $frac{alpha e^t}{1-(1-alpha)e^t}$. Where have i erred?







      moment-generating-functions






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Mar 25 at 10:24









      goblinbgoblinb

      796




      796






















          2 Answers
          2






          active

          oldest

          votes


















          1












          $begingroup$

          Since $x$ starts at $1$, your initial term should be $e^t(1-alpha)$. Then we get the MGF as $$frac{alpha}{1-alpha}frac{e^t(1-alpha)}{1-e^t(1-alpha)}=frac{alpha e^t}{1-(1-alpha)e^t},$$as expected.






          share|cite|improve this answer









          $endgroup$





















            1












            $begingroup$

            $$sum_{x=1}^{infty}e^{tx}(1-alpha)^{x-1}alpha=alpha e^tsum_{x=0}^{infty}e^{tx}(1-alpha)^x=frac{alpha e^t}{1-e^t(1-alpha)}$$



            Your mistake is overlooking that $x$ starts at $1$ (hence not at $0$).






            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%2f3161604%2fhow-to-find-the-mgf-of-this-pmf%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









              1












              $begingroup$

              Since $x$ starts at $1$, your initial term should be $e^t(1-alpha)$. Then we get the MGF as $$frac{alpha}{1-alpha}frac{e^t(1-alpha)}{1-e^t(1-alpha)}=frac{alpha e^t}{1-(1-alpha)e^t},$$as expected.






              share|cite|improve this answer









              $endgroup$


















                1












                $begingroup$

                Since $x$ starts at $1$, your initial term should be $e^t(1-alpha)$. Then we get the MGF as $$frac{alpha}{1-alpha}frac{e^t(1-alpha)}{1-e^t(1-alpha)}=frac{alpha e^t}{1-(1-alpha)e^t},$$as expected.






                share|cite|improve this answer









                $endgroup$
















                  1












                  1








                  1





                  $begingroup$

                  Since $x$ starts at $1$, your initial term should be $e^t(1-alpha)$. Then we get the MGF as $$frac{alpha}{1-alpha}frac{e^t(1-alpha)}{1-e^t(1-alpha)}=frac{alpha e^t}{1-(1-alpha)e^t},$$as expected.






                  share|cite|improve this answer









                  $endgroup$



                  Since $x$ starts at $1$, your initial term should be $e^t(1-alpha)$. Then we get the MGF as $$frac{alpha}{1-alpha}frac{e^t(1-alpha)}{1-e^t(1-alpha)}=frac{alpha e^t}{1-(1-alpha)e^t},$$as expected.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 25 at 10:29









                  J.G.J.G.

                  33.7k23252




                  33.7k23252























                      1












                      $begingroup$

                      $$sum_{x=1}^{infty}e^{tx}(1-alpha)^{x-1}alpha=alpha e^tsum_{x=0}^{infty}e^{tx}(1-alpha)^x=frac{alpha e^t}{1-e^t(1-alpha)}$$



                      Your mistake is overlooking that $x$ starts at $1$ (hence not at $0$).






                      share|cite|improve this answer









                      $endgroup$


















                        1












                        $begingroup$

                        $$sum_{x=1}^{infty}e^{tx}(1-alpha)^{x-1}alpha=alpha e^tsum_{x=0}^{infty}e^{tx}(1-alpha)^x=frac{alpha e^t}{1-e^t(1-alpha)}$$



                        Your mistake is overlooking that $x$ starts at $1$ (hence not at $0$).






                        share|cite|improve this answer









                        $endgroup$
















                          1












                          1








                          1





                          $begingroup$

                          $$sum_{x=1}^{infty}e^{tx}(1-alpha)^{x-1}alpha=alpha e^tsum_{x=0}^{infty}e^{tx}(1-alpha)^x=frac{alpha e^t}{1-e^t(1-alpha)}$$



                          Your mistake is overlooking that $x$ starts at $1$ (hence not at $0$).






                          share|cite|improve this answer









                          $endgroup$



                          $$sum_{x=1}^{infty}e^{tx}(1-alpha)^{x-1}alpha=alpha e^tsum_{x=0}^{infty}e^{tx}(1-alpha)^x=frac{alpha e^t}{1-e^t(1-alpha)}$$



                          Your mistake is overlooking that $x$ starts at $1$ (hence not at $0$).







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Mar 25 at 10:35









                          drhabdrhab

                          104k545136




                          104k545136






























                              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%2f3161604%2fhow-to-find-the-mgf-of-this-pmf%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

                              Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                              Fil:Tokke komm.svg

                              Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?