Why is this estimator biased? The 2019 Stack Overflow Developer Survey Results Are In ...

What force causes entropy to increase?

What LEGO pieces have "real-world" functionality?

How can I protect witches in combat who wear limited clothing?

How can I define good in a religion that claims no moral authority?

Relations between two reciprocal partial derivatives?

Four Colour Theorem

Can smartphones with the same camera sensor have different image quality?

Can withdrawing asylum be illegal?

How to stretch delimiters to envolve matrices inside of a kbordermatrix?

How does ice melt when immersed in water?

What do you call a plan that's an alternative plan in case your initial plan fails?

Mortgage adviser recommends a longer term than necessary combined with overpayments

I could not break this equation. Please help me

Segmentation fault output is suppressed when piping stdin into a function. Why?

Is every episode of "Where are my Pants?" identical?

Hiding Certain Lines on Table

Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?

Python - Fishing Simulator

Wall plug outlet change

University's motivation for having tenure-track positions

Are my PIs rude or am I just being too sensitive?

How to copy the contents of all files with a certain name into a new file?

Can the DM override racial traits?

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?



Why is this estimator biased?



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I check for bias of an estimator?Bootstrap confidence interval for a biased estimatorConceptual question about bias of an estimatorEstimator, unbiased or biasedCalculating risk for a density estimatorLinear model with biased estimatorBias Correction for Estimator with known biasWhy is OLS estimator of AR(1) coefficient biased?Cramer-Rao lower bound for biased estimatorVariance of distribution for maximum likelihood estimator





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







2












$begingroup$


$X_{1},X_{2},..,X_{n}$ are iid $sim Poisson(mu)$



than the MLE for $theta=e^{-mu}$ is $hat theta =e^{-bar x}$



Why is this considered to be biased for $theta$?



Is $E[hat theta]$ not $theta$ ?



as



$E[bar x]= mu$










share|cite|improve this question









$endgroup$








  • 6




    $begingroup$
    E[f(X)] != f(E[X]) in general.
    $endgroup$
    – The Laconic
    Mar 22 at 20:54












  • $begingroup$
    I know that general result but I am still confused how to do it here since the sum of poisson is also poisson with mean $n mu$
    $endgroup$
    – Quality
    Mar 22 at 21:01


















2












$begingroup$


$X_{1},X_{2},..,X_{n}$ are iid $sim Poisson(mu)$



than the MLE for $theta=e^{-mu}$ is $hat theta =e^{-bar x}$



Why is this considered to be biased for $theta$?



Is $E[hat theta]$ not $theta$ ?



as



$E[bar x]= mu$










share|cite|improve this question









$endgroup$








  • 6




    $begingroup$
    E[f(X)] != f(E[X]) in general.
    $endgroup$
    – The Laconic
    Mar 22 at 20:54












  • $begingroup$
    I know that general result but I am still confused how to do it here since the sum of poisson is also poisson with mean $n mu$
    $endgroup$
    – Quality
    Mar 22 at 21:01














2












2








2


2



$begingroup$


$X_{1},X_{2},..,X_{n}$ are iid $sim Poisson(mu)$



than the MLE for $theta=e^{-mu}$ is $hat theta =e^{-bar x}$



Why is this considered to be biased for $theta$?



Is $E[hat theta]$ not $theta$ ?



as



$E[bar x]= mu$










share|cite|improve this question









$endgroup$




$X_{1},X_{2},..,X_{n}$ are iid $sim Poisson(mu)$



than the MLE for $theta=e^{-mu}$ is $hat theta =e^{-bar x}$



Why is this considered to be biased for $theta$?



Is $E[hat theta]$ not $theta$ ?



as



$E[bar x]= mu$







estimation poisson-distribution bias






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 22 at 20:47









QualityQuality

309110




309110








  • 6




    $begingroup$
    E[f(X)] != f(E[X]) in general.
    $endgroup$
    – The Laconic
    Mar 22 at 20:54












  • $begingroup$
    I know that general result but I am still confused how to do it here since the sum of poisson is also poisson with mean $n mu$
    $endgroup$
    – Quality
    Mar 22 at 21:01














  • 6




    $begingroup$
    E[f(X)] != f(E[X]) in general.
    $endgroup$
    – The Laconic
    Mar 22 at 20:54












  • $begingroup$
    I know that general result but I am still confused how to do it here since the sum of poisson is also poisson with mean $n mu$
    $endgroup$
    – Quality
    Mar 22 at 21:01








6




6




$begingroup$
E[f(X)] != f(E[X]) in general.
$endgroup$
– The Laconic
Mar 22 at 20:54






$begingroup$
E[f(X)] != f(E[X]) in general.
$endgroup$
– The Laconic
Mar 22 at 20:54














$begingroup$
I know that general result but I am still confused how to do it here since the sum of poisson is also poisson with mean $n mu$
$endgroup$
– Quality
Mar 22 at 21:01




$begingroup$
I know that general result but I am still confused how to do it here since the sum of poisson is also poisson with mean $n mu$
$endgroup$
– Quality
Mar 22 at 21:01










2 Answers
2






active

oldest

votes


















5












$begingroup$

Recall that the moment generating function of $X sim operatorname{Poisson}(mu)$ is
$$
E[e^{s X}] = exp(mu(e^s - 1))
$$

for all $s in mathbb{R}$



Proof.
We just compute:
$$
begin{aligned}
E[e^{s X}]
&= sum_{k=0}^infty e^{s k} e^{-mu} frac{mu^k}{k!} \
&= e^{-mu} sum_{k=0}^infty frac{left(mu e^sright)^k}{k!} \
&= e^{-mu} e^{mu e^s} \
&= exp(mu(e^s - 1)).
end{aligned}
$$

We will use this result with $s = -1/n$.



If $X_1, ldots, X_n sim operatorname{Poisson}(mu)$ are i.i.d. and
$$
widehat{theta}
= expleft(-frac{1}{n} sum_{i=1}^n X_iright)
= prod_{i=1}^n expleft(-frac{X_i}{n}right),
$$

then, using independence,
$$
begin{aligned}
E[widehat{theta}]
&= prod_{i=1}^n Eleft[e^{-X_i / n}right] \
&= prod_{i=1}^n exp(mu(e^{-1/n} - 1)) \
&= exp(n mu(e^{-1/n} - 1)) \
&neq e^{-mu},
end{aligned}
$$

so $widehat{theta}$ is not an unbiased estimator of $e^{-mu}$






share|cite|improve this answer









$endgroup$





















    7












    $begingroup$

    As an aside from finding the exact expectation, you can use Jensen's inequality, which says that for a random variable $X$ and a convex function $g$,



    $$Eleft[g(X)right]ge gleft(Eleft[Xright]right)$$



    , provided the expectations exist.



    Verify that $g(x)=e^{-x}$ is a convex function from the fact that $g''>0$.



    The equality does not hold because $g$ is not an affine function or a constant function.






    share|cite|improve this answer









    $endgroup$














      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "65"
      };
      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: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      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
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f398954%2fwhy-is-this-estimator-biased%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









      5












      $begingroup$

      Recall that the moment generating function of $X sim operatorname{Poisson}(mu)$ is
      $$
      E[e^{s X}] = exp(mu(e^s - 1))
      $$

      for all $s in mathbb{R}$



      Proof.
      We just compute:
      $$
      begin{aligned}
      E[e^{s X}]
      &= sum_{k=0}^infty e^{s k} e^{-mu} frac{mu^k}{k!} \
      &= e^{-mu} sum_{k=0}^infty frac{left(mu e^sright)^k}{k!} \
      &= e^{-mu} e^{mu e^s} \
      &= exp(mu(e^s - 1)).
      end{aligned}
      $$

      We will use this result with $s = -1/n$.



      If $X_1, ldots, X_n sim operatorname{Poisson}(mu)$ are i.i.d. and
      $$
      widehat{theta}
      = expleft(-frac{1}{n} sum_{i=1}^n X_iright)
      = prod_{i=1}^n expleft(-frac{X_i}{n}right),
      $$

      then, using independence,
      $$
      begin{aligned}
      E[widehat{theta}]
      &= prod_{i=1}^n Eleft[e^{-X_i / n}right] \
      &= prod_{i=1}^n exp(mu(e^{-1/n} - 1)) \
      &= exp(n mu(e^{-1/n} - 1)) \
      &neq e^{-mu},
      end{aligned}
      $$

      so $widehat{theta}$ is not an unbiased estimator of $e^{-mu}$






      share|cite|improve this answer









      $endgroup$


















        5












        $begingroup$

        Recall that the moment generating function of $X sim operatorname{Poisson}(mu)$ is
        $$
        E[e^{s X}] = exp(mu(e^s - 1))
        $$

        for all $s in mathbb{R}$



        Proof.
        We just compute:
        $$
        begin{aligned}
        E[e^{s X}]
        &= sum_{k=0}^infty e^{s k} e^{-mu} frac{mu^k}{k!} \
        &= e^{-mu} sum_{k=0}^infty frac{left(mu e^sright)^k}{k!} \
        &= e^{-mu} e^{mu e^s} \
        &= exp(mu(e^s - 1)).
        end{aligned}
        $$

        We will use this result with $s = -1/n$.



        If $X_1, ldots, X_n sim operatorname{Poisson}(mu)$ are i.i.d. and
        $$
        widehat{theta}
        = expleft(-frac{1}{n} sum_{i=1}^n X_iright)
        = prod_{i=1}^n expleft(-frac{X_i}{n}right),
        $$

        then, using independence,
        $$
        begin{aligned}
        E[widehat{theta}]
        &= prod_{i=1}^n Eleft[e^{-X_i / n}right] \
        &= prod_{i=1}^n exp(mu(e^{-1/n} - 1)) \
        &= exp(n mu(e^{-1/n} - 1)) \
        &neq e^{-mu},
        end{aligned}
        $$

        so $widehat{theta}$ is not an unbiased estimator of $e^{-mu}$






        share|cite|improve this answer









        $endgroup$
















          5












          5








          5





          $begingroup$

          Recall that the moment generating function of $X sim operatorname{Poisson}(mu)$ is
          $$
          E[e^{s X}] = exp(mu(e^s - 1))
          $$

          for all $s in mathbb{R}$



          Proof.
          We just compute:
          $$
          begin{aligned}
          E[e^{s X}]
          &= sum_{k=0}^infty e^{s k} e^{-mu} frac{mu^k}{k!} \
          &= e^{-mu} sum_{k=0}^infty frac{left(mu e^sright)^k}{k!} \
          &= e^{-mu} e^{mu e^s} \
          &= exp(mu(e^s - 1)).
          end{aligned}
          $$

          We will use this result with $s = -1/n$.



          If $X_1, ldots, X_n sim operatorname{Poisson}(mu)$ are i.i.d. and
          $$
          widehat{theta}
          = expleft(-frac{1}{n} sum_{i=1}^n X_iright)
          = prod_{i=1}^n expleft(-frac{X_i}{n}right),
          $$

          then, using independence,
          $$
          begin{aligned}
          E[widehat{theta}]
          &= prod_{i=1}^n Eleft[e^{-X_i / n}right] \
          &= prod_{i=1}^n exp(mu(e^{-1/n} - 1)) \
          &= exp(n mu(e^{-1/n} - 1)) \
          &neq e^{-mu},
          end{aligned}
          $$

          so $widehat{theta}$ is not an unbiased estimator of $e^{-mu}$






          share|cite|improve this answer









          $endgroup$



          Recall that the moment generating function of $X sim operatorname{Poisson}(mu)$ is
          $$
          E[e^{s X}] = exp(mu(e^s - 1))
          $$

          for all $s in mathbb{R}$



          Proof.
          We just compute:
          $$
          begin{aligned}
          E[e^{s X}]
          &= sum_{k=0}^infty e^{s k} e^{-mu} frac{mu^k}{k!} \
          &= e^{-mu} sum_{k=0}^infty frac{left(mu e^sright)^k}{k!} \
          &= e^{-mu} e^{mu e^s} \
          &= exp(mu(e^s - 1)).
          end{aligned}
          $$

          We will use this result with $s = -1/n$.



          If $X_1, ldots, X_n sim operatorname{Poisson}(mu)$ are i.i.d. and
          $$
          widehat{theta}
          = expleft(-frac{1}{n} sum_{i=1}^n X_iright)
          = prod_{i=1}^n expleft(-frac{X_i}{n}right),
          $$

          then, using independence,
          $$
          begin{aligned}
          E[widehat{theta}]
          &= prod_{i=1}^n Eleft[e^{-X_i / n}right] \
          &= prod_{i=1}^n exp(mu(e^{-1/n} - 1)) \
          &= exp(n mu(e^{-1/n} - 1)) \
          &neq e^{-mu},
          end{aligned}
          $$

          so $widehat{theta}$ is not an unbiased estimator of $e^{-mu}$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Mar 22 at 21:12









          Artem MavrinArtem Mavrin

          1,256712




          1,256712

























              7












              $begingroup$

              As an aside from finding the exact expectation, you can use Jensen's inequality, which says that for a random variable $X$ and a convex function $g$,



              $$Eleft[g(X)right]ge gleft(Eleft[Xright]right)$$



              , provided the expectations exist.



              Verify that $g(x)=e^{-x}$ is a convex function from the fact that $g''>0$.



              The equality does not hold because $g$ is not an affine function or a constant function.






              share|cite|improve this answer









              $endgroup$


















                7












                $begingroup$

                As an aside from finding the exact expectation, you can use Jensen's inequality, which says that for a random variable $X$ and a convex function $g$,



                $$Eleft[g(X)right]ge gleft(Eleft[Xright]right)$$



                , provided the expectations exist.



                Verify that $g(x)=e^{-x}$ is a convex function from the fact that $g''>0$.



                The equality does not hold because $g$ is not an affine function or a constant function.






                share|cite|improve this answer









                $endgroup$
















                  7












                  7








                  7





                  $begingroup$

                  As an aside from finding the exact expectation, you can use Jensen's inequality, which says that for a random variable $X$ and a convex function $g$,



                  $$Eleft[g(X)right]ge gleft(Eleft[Xright]right)$$



                  , provided the expectations exist.



                  Verify that $g(x)=e^{-x}$ is a convex function from the fact that $g''>0$.



                  The equality does not hold because $g$ is not an affine function or a constant function.






                  share|cite|improve this answer









                  $endgroup$



                  As an aside from finding the exact expectation, you can use Jensen's inequality, which says that for a random variable $X$ and a convex function $g$,



                  $$Eleft[g(X)right]ge gleft(Eleft[Xright]right)$$



                  , provided the expectations exist.



                  Verify that $g(x)=e^{-x}$ is a convex function from the fact that $g''>0$.



                  The equality does not hold because $g$ is not an affine function or a constant function.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 22 at 21:16









                  StubbornAtomStubbornAtom

                  3,0581535




                  3,0581535






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Cross Validated!


                      • 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%2fstats.stackexchange.com%2fquestions%2f398954%2fwhy-is-this-estimator-biased%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?