Why is this estimator biased? The Next CEO of Stack OverflowHow 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

Why do remote companies require working in the US?

How to get regions to plot as graphics

Anatomically Correct Strange Women In Ponds Distributing Swords

Why do airplanes bank sharply to the right after air-to-air refueling?

Go Pregnant or Go Home

Opposite of a diet

Hindi speaking tourist to UK from India

How to count occurrences of text in a file?

Rotate a column

Is HostGator storing my password in plaintext?

How should I support this large drywall patch?

What do "high sea" and "carry" mean in this sentence?

How to make a software documentation "officially" citable?

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

What was the first Unix version to run on a microcomputer?

If the heap is initialized for security, then why is the stack uninitialized?

What does this shorthand mean?

What flight has the highest ratio of time difference to flight time?

Extending anchors in TikZ

Extracting names from filename in bash

How do you know when two objects are so called entangled?

Are there languages with no euphemisms?

How do I go from 300 unfinished/half written blog posts, to published posts?

Title page not generated



Why is this estimator biased?



The Next CEO of Stack OverflowHow 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










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

30019




30019







  • 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 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
    Mar 22 at 21:16


















6












$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









    5












    $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
      Mar 22 at 21:16















    5












    $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
      Mar 22 at 21:16













    5












    5








    5





    $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 Mar 22 at 21:12









    Artem MavrinArtem Mavrin

    1,201710




    1,201710











    • $begingroup$
      Thank you, makes perfect sense
      $endgroup$
      – Quality
      Mar 22 at 21:16
















    • $begingroup$
      Thank you, makes perfect sense
      $endgroup$
      – Quality
      Mar 22 at 21:16















    $begingroup$
    Thank you, makes perfect sense
    $endgroup$
    – Quality
    Mar 22 at 21:16




    $begingroup$
    Thank you, makes perfect sense
    $endgroup$
    – Quality
    Mar 22 at 21:16













    6












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

















      6












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















        6












        6








        6





        $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

        2,8621532




        2,8621532



























            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

            Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

            Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

            Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High