Why is this estimator biased?How do I check for bias of an estimator?Bootstrap confidence interval for a...
Plot of a tornado-shaped surface
What are the balance implications behind making invisible things auto-hide?
Pre-mixing cryogenic fuels and using only one fuel tank
Terse Method to Swap Lowest for Highest?
Why did the EU agree to delay the Brexit deadline?
Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?
What is the evidence for the "tyranny of the majority problem" in a direct democracy context?
Creepy dinosaur pc game identification
Biological Blimps: Propulsion
What is going on with 'gets(stdin)' on the site coderbyte?
Mimic lecturing on blackboard, facing audience
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?
PTIJ: Haman's bad computer
Why is short-wave infrared portion of electromagnetic spectrum so sensitive to fire?
Store Credit Card Information in Password Manager?
Does the UK parliament need to pass secondary legislation to accept the Article 50 extension
How do apertures which seem too large to physically fit work?
Is there a RAID 0 Equivalent for RAM?
User Story breakdown - Technical Task + User Feature
How to cover method return statement in Apex Class?
Do the primes contain an infinite almost arithmetic progression?
What to do when eye contact makes your subordinate uncomfortable?
How should I address a possible mistake to co-authors in a submitted paper
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
$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$
estimation poisson-distribution bias
$endgroup$
add a comment |
$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$
estimation poisson-distribution bias
$endgroup$
3
$begingroup$
E[f(X)] != f(E[X]) in general.
$endgroup$
– The Laconic
1 hour 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
1 hour ago
add a comment |
$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$
estimation poisson-distribution bias
$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
estimation poisson-distribution bias
asked 1 hour ago
QualityQuality
29019
29019
3
$begingroup$
E[f(X)] != f(E[X]) in general.
$endgroup$
– The Laconic
1 hour 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
1 hour ago
add a comment |
3
$begingroup$
E[f(X)] != f(E[X]) in general.
$endgroup$
– The Laconic
1 hour 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
1 hour ago
3
3
$begingroup$
E[f(X)] != f(E[X]) in general.
$endgroup$
– The Laconic
1 hour ago
$begingroup$
E[f(X)] != f(E[X]) in general.
$endgroup$
– The Laconic
1 hour 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
1 hour 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
1 hour ago
add a comment |
2 Answers
2
active
oldest
votes
$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}$
$endgroup$
$begingroup$
Thank you, makes perfect sense
$endgroup$
– Quality
49 mins ago
add a comment |
$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.
$endgroup$
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
$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}$
$endgroup$
$begingroup$
Thank you, makes perfect sense
$endgroup$
– Quality
49 mins ago
add a comment |
$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}$
$endgroup$
$begingroup$
Thank you, makes perfect sense
$endgroup$
– Quality
49 mins ago
add a comment |
$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}$
$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}$
answered 53 mins ago
Artem MavrinArtem Mavrin
1,066710
1,066710
$begingroup$
Thank you, makes perfect sense
$endgroup$
– Quality
49 mins ago
add a comment |
$begingroup$
Thank you, makes perfect sense
$endgroup$
– Quality
49 mins ago
$begingroup$
Thank you, makes perfect sense
$endgroup$
– Quality
49 mins ago
$begingroup$
Thank you, makes perfect sense
$endgroup$
– Quality
49 mins ago
add a comment |
$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.
$endgroup$
add a comment |
$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.
$endgroup$
add a comment |
$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.
$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.
answered 48 mins ago
StubbornAtomStubbornAtom
2,7671532
2,7671532
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
3
$begingroup$
E[f(X)] != f(E[X]) in general.
$endgroup$
– The Laconic
1 hour 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
1 hour ago