Why is this estimator biased?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

Can disgust be a key component of horror?

Does Doodling or Improvising on the Piano Have Any Benefits?

Pre-mixing cryogenic fuels and using only one fuel tank

Probability that THHT occurs in a sequence of 10 coin tosses

Does malloc reserve more space while allocating memory?

Quoting Keynes in a lecture

Why should universal income be universal?

What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?

putting logo on same line but after title, latex

How does a computer interpret real numbers?

Unexpected behavior of the procedure `Area` on the object 'Polygon'

Why did the EU agree to delay the Brexit deadline?

How do I delete all blank lines in a buffer?

User Story breakdown - Technical Task + User Feature

How to cover method return statement in Apex Class?

How can I write humor as character trait?

Why does a simple loop result in ASYNC_NETWORK_IO waits?

Using substitution ciphers to generate new alphabets in a novel

What to do when eye contact makes your subordinate uncomfortable?

Why is short-wave infrared portion of electromagnetic spectrum so sensitive to fire?

Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?

Does IPv6 have similar concept of network mask?

Lowest total scrabble score

What is the evidence for the "tyranny of the majority problem" in a direct democracy context?



Why is this estimator biased?


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













1












$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$







  • 3




    $begingroup$
    E[f(X)] != f(E[X]) in general.
    $endgroup$
    – The Laconic
    43 mins ago











  • $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
    36 mins ago















1












$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$







  • 3




    $begingroup$
    E[f(X)] != f(E[X]) in general.
    $endgroup$
    – The Laconic
    43 mins ago











  • $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
    36 mins ago













1












1








1





$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 50 mins ago









QualityQuality

29019




29019







  • 3




    $begingroup$
    E[f(X)] != f(E[X]) in general.
    $endgroup$
    – The Laconic
    43 mins ago











  • $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
    36 mins ago












  • 3




    $begingroup$
    E[f(X)] != f(E[X]) in general.
    $endgroup$
    – The Laconic
    43 mins ago











  • $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
    36 mins ago







3




3




$begingroup$
E[f(X)] != f(E[X]) in general.
$endgroup$
– The Laconic
43 mins ago





$begingroup$
E[f(X)] != f(E[X]) in general.
$endgroup$
– The Laconic
43 mins ago













$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
36 mins ago




$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
36 mins ago










2 Answers
2






active

oldest

votes


















3












$begingroup$

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

for all $s in mathbbR$



Proof.
We just compute:
$$
beginaligned
E[e^s X]
&= sum_k=0^infty e^s k e^-mu fracmu^kk! \
&= e^-mu sum_k=0^infty fracleft(mu e^sright)^kk! \
&= e^-mu e^mu e^s \
&= exp(mu(e^s - 1)).
endaligned
$$

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



If $X_1, ldots, X_n sim operatornamePoisson(mu)$ are i.i.d. and
$$
widehattheta
= expleft(-frac1n sum_i=1^n X_iright)
= prod_i=1^n expleft(-fracX_inright),
$$

then, using independence,
$$
beginaligned
E[widehattheta]
&= prod_i=1^n Eleft[e^-X_i / nright] \
&= prod_i=1^n exp(mu(e^-1/n - 1)) \
&= exp(n mu(e^-1/n - 1)) \
&neq e^-mu,
endaligned
$$

so $widehattheta$ is not an unbiased estimator of $e^-mu$






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Thank you, makes perfect sense
    $endgroup$
    – Quality
    22 mins ago


















2












$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.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: "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









    3












    $begingroup$

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

    for all $s in mathbbR$



    Proof.
    We just compute:
    $$
    beginaligned
    E[e^s X]
    &= sum_k=0^infty e^s k e^-mu fracmu^kk! \
    &= e^-mu sum_k=0^infty fracleft(mu e^sright)^kk! \
    &= e^-mu e^mu e^s \
    &= exp(mu(e^s - 1)).
    endaligned
    $$

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



    If $X_1, ldots, X_n sim operatornamePoisson(mu)$ are i.i.d. and
    $$
    widehattheta
    = expleft(-frac1n sum_i=1^n X_iright)
    = prod_i=1^n expleft(-fracX_inright),
    $$

    then, using independence,
    $$
    beginaligned
    E[widehattheta]
    &= prod_i=1^n Eleft[e^-X_i / nright] \
    &= prod_i=1^n exp(mu(e^-1/n - 1)) \
    &= exp(n mu(e^-1/n - 1)) \
    &neq e^-mu,
    endaligned
    $$

    so $widehattheta$ is not an unbiased estimator of $e^-mu$






    share|cite|improve this answer









    $endgroup$












    • $begingroup$
      Thank you, makes perfect sense
      $endgroup$
      – Quality
      22 mins ago















    3












    $begingroup$

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

    for all $s in mathbbR$



    Proof.
    We just compute:
    $$
    beginaligned
    E[e^s X]
    &= sum_k=0^infty e^s k e^-mu fracmu^kk! \
    &= e^-mu sum_k=0^infty fracleft(mu e^sright)^kk! \
    &= e^-mu e^mu e^s \
    &= exp(mu(e^s - 1)).
    endaligned
    $$

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



    If $X_1, ldots, X_n sim operatornamePoisson(mu)$ are i.i.d. and
    $$
    widehattheta
    = expleft(-frac1n sum_i=1^n X_iright)
    = prod_i=1^n expleft(-fracX_inright),
    $$

    then, using independence,
    $$
    beginaligned
    E[widehattheta]
    &= prod_i=1^n Eleft[e^-X_i / nright] \
    &= prod_i=1^n exp(mu(e^-1/n - 1)) \
    &= exp(n mu(e^-1/n - 1)) \
    &neq e^-mu,
    endaligned
    $$

    so $widehattheta$ is not an unbiased estimator of $e^-mu$






    share|cite|improve this answer









    $endgroup$












    • $begingroup$
      Thank you, makes perfect sense
      $endgroup$
      – Quality
      22 mins ago













    3












    3








    3





    $begingroup$

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

    for all $s in mathbbR$



    Proof.
    We just compute:
    $$
    beginaligned
    E[e^s X]
    &= sum_k=0^infty e^s k e^-mu fracmu^kk! \
    &= e^-mu sum_k=0^infty fracleft(mu e^sright)^kk! \
    &= e^-mu e^mu e^s \
    &= exp(mu(e^s - 1)).
    endaligned
    $$

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



    If $X_1, ldots, X_n sim operatornamePoisson(mu)$ are i.i.d. and
    $$
    widehattheta
    = expleft(-frac1n sum_i=1^n X_iright)
    = prod_i=1^n expleft(-fracX_inright),
    $$

    then, using independence,
    $$
    beginaligned
    E[widehattheta]
    &= prod_i=1^n Eleft[e^-X_i / nright] \
    &= prod_i=1^n exp(mu(e^-1/n - 1)) \
    &= exp(n mu(e^-1/n - 1)) \
    &neq e^-mu,
    endaligned
    $$

    so $widehattheta$ is not an unbiased estimator of $e^-mu$






    share|cite|improve this answer









    $endgroup$



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

    for all $s in mathbbR$



    Proof.
    We just compute:
    $$
    beginaligned
    E[e^s X]
    &= sum_k=0^infty e^s k e^-mu fracmu^kk! \
    &= e^-mu sum_k=0^infty fracleft(mu e^sright)^kk! \
    &= e^-mu e^mu e^s \
    &= exp(mu(e^s - 1)).
    endaligned
    $$

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



    If $X_1, ldots, X_n sim operatornamePoisson(mu)$ are i.i.d. and
    $$
    widehattheta
    = expleft(-frac1n sum_i=1^n X_iright)
    = prod_i=1^n expleft(-fracX_inright),
    $$

    then, using independence,
    $$
    beginaligned
    E[widehattheta]
    &= prod_i=1^n Eleft[e^-X_i / nright] \
    &= prod_i=1^n exp(mu(e^-1/n - 1)) \
    &= exp(n mu(e^-1/n - 1)) \
    &neq e^-mu,
    endaligned
    $$

    so $widehattheta$ is not an unbiased estimator of $e^-mu$







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered 26 mins ago









    Artem MavrinArtem Mavrin

    1,066710




    1,066710











    • $begingroup$
      Thank you, makes perfect sense
      $endgroup$
      – Quality
      22 mins ago
















    • $begingroup$
      Thank you, makes perfect sense
      $endgroup$
      – Quality
      22 mins ago















    $begingroup$
    Thank you, makes perfect sense
    $endgroup$
    – Quality
    22 mins ago




    $begingroup$
    Thank you, makes perfect sense
    $endgroup$
    – Quality
    22 mins ago













    2












    $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$

















      2












      $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$















        2












        2








        2





        $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 21 mins ago









        StubbornAtomStubbornAtom

        2,7671532




        2,7671532



























            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

            Are there any AGPL-style licences that require source code modifications to be public? 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?Force derivative works to be publicAre there any GPL like licenses for Apple App Store?Do you violate the GPL if you provide source code that cannot be compiled?GPL - is it distribution to use libraries in an appliance loaned to customers?Distributing App for free which uses GPL'ed codeModifications of server software under GPL, with web/CLI interfaceDoes using an AGPLv3-licensed library prevent me from dual-licensing my own source code?Can I publish only select code under GPLv3 from a private project?Is there published precedent regarding the scope of covered work that uses AGPL software?If MIT licensed code links to GPL licensed code what should be the license of the resulting binary program?If I use a public API endpoint that has its source code licensed under AGPL in my app, do I need to disclose my source?

            2013 GY136 Descoberta | Órbita | Referências Menu de navegação«List Of Centaurs and Scattered-Disk Objects»«List of Known Trans-Neptunian Objects»

            Button changing it's text & action. Good or terrible? The 2019 Stack Overflow Developer Survey Results Are Inchanging text on user mouseoverShould certain functions be “hard to find” for powerusers to discover?Custom liking function - do I need user login?Using different checkbox style for different checkbox behaviorBest Practices: Save and Exit in Software UIInteraction with remote validated formMore efficient UI to progress the user through a complicated process?Designing a popup notice for a gameShould bulk-editing functions be hidden until a table row is selected, or is there a better solution?Is it bad practice to disable (replace) the context menu?