Unbiased estimate for a parameter
$begingroup$
They ask me to estimate any parameter and I do not if the solution is correct:
The life time X of a battery is considered to be a random variable with density function
$f (x; Θ) =frac{ 2 }{ Θ²} (Θ - x)$ if 0 < x <Θ
Be X1, X2, ..., Xn a simple random sample of X. Knowing that $E(X) = frac{Θ}{ 3}$ and $E(X²) = frac{Θ²}{6}$, determine:
(a) An unbiased estimator for Θ, Θ ^
(b) The variance of the estimator Θ ^
For (A) I have
$mu= frac{Θ}{3}$
$ Θ=3 mu$
$ Θ= 3 X$
$E(Θ)= E(3X) $
$ 3 E(X)= 3 *mu$
$3 * mu =3 * frac{Θ}{3} = Θ$
(that if it is unbiased)
For (B) I have:
$Var(Θ)= Var(3X) = 3^2 Var(X) = 9 σ^2 /n$
statistics statistical-inference estimation parameter-estimation
$endgroup$
add a comment |
$begingroup$
They ask me to estimate any parameter and I do not if the solution is correct:
The life time X of a battery is considered to be a random variable with density function
$f (x; Θ) =frac{ 2 }{ Θ²} (Θ - x)$ if 0 < x <Θ
Be X1, X2, ..., Xn a simple random sample of X. Knowing that $E(X) = frac{Θ}{ 3}$ and $E(X²) = frac{Θ²}{6}$, determine:
(a) An unbiased estimator for Θ, Θ ^
(b) The variance of the estimator Θ ^
For (A) I have
$mu= frac{Θ}{3}$
$ Θ=3 mu$
$ Θ= 3 X$
$E(Θ)= E(3X) $
$ 3 E(X)= 3 *mu$
$3 * mu =3 * frac{Θ}{3} = Θ$
(that if it is unbiased)
For (B) I have:
$Var(Θ)= Var(3X) = 3^2 Var(X) = 9 σ^2 /n$
statistics statistical-inference estimation parameter-estimation
$endgroup$
$begingroup$
Similar to math.stackexchange.com/questions/3038477/…
$endgroup$
– Henry
Dec 16 '18 at 15:54
add a comment |
$begingroup$
They ask me to estimate any parameter and I do not if the solution is correct:
The life time X of a battery is considered to be a random variable with density function
$f (x; Θ) =frac{ 2 }{ Θ²} (Θ - x)$ if 0 < x <Θ
Be X1, X2, ..., Xn a simple random sample of X. Knowing that $E(X) = frac{Θ}{ 3}$ and $E(X²) = frac{Θ²}{6}$, determine:
(a) An unbiased estimator for Θ, Θ ^
(b) The variance of the estimator Θ ^
For (A) I have
$mu= frac{Θ}{3}$
$ Θ=3 mu$
$ Θ= 3 X$
$E(Θ)= E(3X) $
$ 3 E(X)= 3 *mu$
$3 * mu =3 * frac{Θ}{3} = Θ$
(that if it is unbiased)
For (B) I have:
$Var(Θ)= Var(3X) = 3^2 Var(X) = 9 σ^2 /n$
statistics statistical-inference estimation parameter-estimation
$endgroup$
They ask me to estimate any parameter and I do not if the solution is correct:
The life time X of a battery is considered to be a random variable with density function
$f (x; Θ) =frac{ 2 }{ Θ²} (Θ - x)$ if 0 < x <Θ
Be X1, X2, ..., Xn a simple random sample of X. Knowing that $E(X) = frac{Θ}{ 3}$ and $E(X²) = frac{Θ²}{6}$, determine:
(a) An unbiased estimator for Θ, Θ ^
(b) The variance of the estimator Θ ^
For (A) I have
$mu= frac{Θ}{3}$
$ Θ=3 mu$
$ Θ= 3 X$
$E(Θ)= E(3X) $
$ 3 E(X)= 3 *mu$
$3 * mu =3 * frac{Θ}{3} = Θ$
(that if it is unbiased)
For (B) I have:
$Var(Θ)= Var(3X) = 3^2 Var(X) = 9 σ^2 /n$
statistics statistical-inference estimation parameter-estimation
statistics statistical-inference estimation parameter-estimation
asked Dec 16 '18 at 13:45
FernandoFernando
495
495
$begingroup$
Similar to math.stackexchange.com/questions/3038477/…
$endgroup$
– Henry
Dec 16 '18 at 15:54
add a comment |
$begingroup$
Similar to math.stackexchange.com/questions/3038477/…
$endgroup$
– Henry
Dec 16 '18 at 15:54
$begingroup$
Similar to math.stackexchange.com/questions/3038477/…
$endgroup$
– Henry
Dec 16 '18 at 15:54
$begingroup$
Similar to math.stackexchange.com/questions/3038477/…
$endgroup$
– Henry
Dec 16 '18 at 15:54
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Strictly speaking, you have a sample from $X$, so your chosen estimator should be based on the sample $X1,X_2,ldots,X_n$ rather than on the underlying $X$
Although you did not say so, you seem to have chosen $3bar{X}=frac3nsumlimits_{i=1}^n X_i$ as your estimator of $Theta$. This does indeed have an expectation of $3 E[bar{X}] =3 E[X] = Theta$ so is unbiased.
You may have miscalculated the variance of $X$ which is $text{Var}(X) = Eleft[X^2right]-left(E[X]right)^2 = frac{Theta^2}{6}-left(frac{Theta}{3}right)^2 = frac{Theta^2}{18}$ so the variance of your estimator is $text{Var}(3bar{X}) = 9text{Var}(bar{X}) = frac{9}{n}text{Var}(X) = frac{Theta^2}{2n}$
Alternatively you might have chosen $3X_1$ or something similar as your estimator. That would have mean $3 E[X_1] =3 E[X] = Theta$ so is also unbiased. Its variance is $text{Var}(3X_1) = 9text{Var}(X_1) = 9text{Var}(X) = frac{Theta^2}{2}$
$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: "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
});
}
});
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%2fmath.stackexchange.com%2fquestions%2f3042620%2funbiased-estimate-for-a-parameter%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Strictly speaking, you have a sample from $X$, so your chosen estimator should be based on the sample $X1,X_2,ldots,X_n$ rather than on the underlying $X$
Although you did not say so, you seem to have chosen $3bar{X}=frac3nsumlimits_{i=1}^n X_i$ as your estimator of $Theta$. This does indeed have an expectation of $3 E[bar{X}] =3 E[X] = Theta$ so is unbiased.
You may have miscalculated the variance of $X$ which is $text{Var}(X) = Eleft[X^2right]-left(E[X]right)^2 = frac{Theta^2}{6}-left(frac{Theta}{3}right)^2 = frac{Theta^2}{18}$ so the variance of your estimator is $text{Var}(3bar{X}) = 9text{Var}(bar{X}) = frac{9}{n}text{Var}(X) = frac{Theta^2}{2n}$
Alternatively you might have chosen $3X_1$ or something similar as your estimator. That would have mean $3 E[X_1] =3 E[X] = Theta$ so is also unbiased. Its variance is $text{Var}(3X_1) = 9text{Var}(X_1) = 9text{Var}(X) = frac{Theta^2}{2}$
$endgroup$
add a comment |
$begingroup$
Strictly speaking, you have a sample from $X$, so your chosen estimator should be based on the sample $X1,X_2,ldots,X_n$ rather than on the underlying $X$
Although you did not say so, you seem to have chosen $3bar{X}=frac3nsumlimits_{i=1}^n X_i$ as your estimator of $Theta$. This does indeed have an expectation of $3 E[bar{X}] =3 E[X] = Theta$ so is unbiased.
You may have miscalculated the variance of $X$ which is $text{Var}(X) = Eleft[X^2right]-left(E[X]right)^2 = frac{Theta^2}{6}-left(frac{Theta}{3}right)^2 = frac{Theta^2}{18}$ so the variance of your estimator is $text{Var}(3bar{X}) = 9text{Var}(bar{X}) = frac{9}{n}text{Var}(X) = frac{Theta^2}{2n}$
Alternatively you might have chosen $3X_1$ or something similar as your estimator. That would have mean $3 E[X_1] =3 E[X] = Theta$ so is also unbiased. Its variance is $text{Var}(3X_1) = 9text{Var}(X_1) = 9text{Var}(X) = frac{Theta^2}{2}$
$endgroup$
add a comment |
$begingroup$
Strictly speaking, you have a sample from $X$, so your chosen estimator should be based on the sample $X1,X_2,ldots,X_n$ rather than on the underlying $X$
Although you did not say so, you seem to have chosen $3bar{X}=frac3nsumlimits_{i=1}^n X_i$ as your estimator of $Theta$. This does indeed have an expectation of $3 E[bar{X}] =3 E[X] = Theta$ so is unbiased.
You may have miscalculated the variance of $X$ which is $text{Var}(X) = Eleft[X^2right]-left(E[X]right)^2 = frac{Theta^2}{6}-left(frac{Theta}{3}right)^2 = frac{Theta^2}{18}$ so the variance of your estimator is $text{Var}(3bar{X}) = 9text{Var}(bar{X}) = frac{9}{n}text{Var}(X) = frac{Theta^2}{2n}$
Alternatively you might have chosen $3X_1$ or something similar as your estimator. That would have mean $3 E[X_1] =3 E[X] = Theta$ so is also unbiased. Its variance is $text{Var}(3X_1) = 9text{Var}(X_1) = 9text{Var}(X) = frac{Theta^2}{2}$
$endgroup$
Strictly speaking, you have a sample from $X$, so your chosen estimator should be based on the sample $X1,X_2,ldots,X_n$ rather than on the underlying $X$
Although you did not say so, you seem to have chosen $3bar{X}=frac3nsumlimits_{i=1}^n X_i$ as your estimator of $Theta$. This does indeed have an expectation of $3 E[bar{X}] =3 E[X] = Theta$ so is unbiased.
You may have miscalculated the variance of $X$ which is $text{Var}(X) = Eleft[X^2right]-left(E[X]right)^2 = frac{Theta^2}{6}-left(frac{Theta}{3}right)^2 = frac{Theta^2}{18}$ so the variance of your estimator is $text{Var}(3bar{X}) = 9text{Var}(bar{X}) = frac{9}{n}text{Var}(X) = frac{Theta^2}{2n}$
Alternatively you might have chosen $3X_1$ or something similar as your estimator. That would have mean $3 E[X_1] =3 E[X] = Theta$ so is also unbiased. Its variance is $text{Var}(3X_1) = 9text{Var}(X_1) = 9text{Var}(X) = frac{Theta^2}{2}$
answered Dec 16 '18 at 15:53
HenryHenry
99.2k478164
99.2k478164
add a comment |
add a comment |
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.
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%2fmath.stackexchange.com%2fquestions%2f3042620%2funbiased-estimate-for-a-parameter%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
$begingroup$
Similar to math.stackexchange.com/questions/3038477/…
$endgroup$
– Henry
Dec 16 '18 at 15:54