Calculating the expectation of function that depends on original random variable and smallest order stat
I'm calculating the MSE of a particular statistic and I'm ultimately stuck on deriving the following: $$Eleft[sum_{i=1}^n(X_i-X_{n:1})^2right]$$
More specifically, to calculate the expectation $E[g(x_i, x_{n
;1})],$ would I need to use the joint pdf for $X$ and $X_{n:1}$? I don't believe I know how to derive this. Also, I am assuming that the two arguments for the function $g$ are not independent, which may or may not be correct...
probability probability-distributions expected-value
|
show 1 more comment
I'm calculating the MSE of a particular statistic and I'm ultimately stuck on deriving the following: $$Eleft[sum_{i=1}^n(X_i-X_{n:1})^2right]$$
More specifically, to calculate the expectation $E[g(x_i, x_{n
;1})],$ would I need to use the joint pdf for $X$ and $X_{n:1}$? I don't believe I know how to derive this. Also, I am assuming that the two arguments for the function $g$ are not independent, which may or may not be correct...
probability probability-distributions expected-value
Note that $$ mathbb{E}left[(X-Y)^2right] = mathbb{E}left[X^2 + Y^2 - 2XYright] = mathbb{E}left[X^2right] + mathbb{E}left[Y^2right] - 2mathbb{E}left[XYright] $$ so $$ begin{split} mathbb{E}left[sum_{k=1}^n left(X_i-X_{(1)}right)^2right] &= sum_{k=1}^n mathbb{E}left[X_i^2+X_{(1)}^2 - 2X_iX_{(1)}right]\ &= sum_{k=1}^n mathbb{E}left[X_i^2right] + n mathbb{E}left[X_{(1)}^2right] - 2 mathbb{E}left[X_{(1)} sum_{k=1}^n X_iright] end{split} $$ I am not sure if that last term is easier term-by-term or as a whole sum...
– gt6989b
Nov 25 at 15:09
Right, thanks. Still, as you mention, I'm not sure how to deal with the last term...
– DavidS
Nov 25 at 15:15
What is the parent distribution?
– StubbornAtom
Nov 25 at 15:47
1
The last term could be expressed $displaystyle 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{i} right] = 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{(i)} right] = 2sum_{i=1}^n mathbb{E}[X_{(1)}X_{(i)}]$
– BGM
Nov 25 at 16:32
@StubbornAtom By parent distribution, do you mean the distribution of $X$? The pdf is $f(x)=sigma^{-1}e^{-(x-mu)/sigma}$ where $x>mu$.
– DavidS
Nov 25 at 19:10
|
show 1 more comment
I'm calculating the MSE of a particular statistic and I'm ultimately stuck on deriving the following: $$Eleft[sum_{i=1}^n(X_i-X_{n:1})^2right]$$
More specifically, to calculate the expectation $E[g(x_i, x_{n
;1})],$ would I need to use the joint pdf for $X$ and $X_{n:1}$? I don't believe I know how to derive this. Also, I am assuming that the two arguments for the function $g$ are not independent, which may or may not be correct...
probability probability-distributions expected-value
I'm calculating the MSE of a particular statistic and I'm ultimately stuck on deriving the following: $$Eleft[sum_{i=1}^n(X_i-X_{n:1})^2right]$$
More specifically, to calculate the expectation $E[g(x_i, x_{n
;1})],$ would I need to use the joint pdf for $X$ and $X_{n:1}$? I don't believe I know how to derive this. Also, I am assuming that the two arguments for the function $g$ are not independent, which may or may not be correct...
probability probability-distributions expected-value
probability probability-distributions expected-value
edited Nov 25 at 14:58
gt6989b
33k22452
33k22452
asked Nov 25 at 14:56
DavidS
337111
337111
Note that $$ mathbb{E}left[(X-Y)^2right] = mathbb{E}left[X^2 + Y^2 - 2XYright] = mathbb{E}left[X^2right] + mathbb{E}left[Y^2right] - 2mathbb{E}left[XYright] $$ so $$ begin{split} mathbb{E}left[sum_{k=1}^n left(X_i-X_{(1)}right)^2right] &= sum_{k=1}^n mathbb{E}left[X_i^2+X_{(1)}^2 - 2X_iX_{(1)}right]\ &= sum_{k=1}^n mathbb{E}left[X_i^2right] + n mathbb{E}left[X_{(1)}^2right] - 2 mathbb{E}left[X_{(1)} sum_{k=1}^n X_iright] end{split} $$ I am not sure if that last term is easier term-by-term or as a whole sum...
– gt6989b
Nov 25 at 15:09
Right, thanks. Still, as you mention, I'm not sure how to deal with the last term...
– DavidS
Nov 25 at 15:15
What is the parent distribution?
– StubbornAtom
Nov 25 at 15:47
1
The last term could be expressed $displaystyle 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{i} right] = 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{(i)} right] = 2sum_{i=1}^n mathbb{E}[X_{(1)}X_{(i)}]$
– BGM
Nov 25 at 16:32
@StubbornAtom By parent distribution, do you mean the distribution of $X$? The pdf is $f(x)=sigma^{-1}e^{-(x-mu)/sigma}$ where $x>mu$.
– DavidS
Nov 25 at 19:10
|
show 1 more comment
Note that $$ mathbb{E}left[(X-Y)^2right] = mathbb{E}left[X^2 + Y^2 - 2XYright] = mathbb{E}left[X^2right] + mathbb{E}left[Y^2right] - 2mathbb{E}left[XYright] $$ so $$ begin{split} mathbb{E}left[sum_{k=1}^n left(X_i-X_{(1)}right)^2right] &= sum_{k=1}^n mathbb{E}left[X_i^2+X_{(1)}^2 - 2X_iX_{(1)}right]\ &= sum_{k=1}^n mathbb{E}left[X_i^2right] + n mathbb{E}left[X_{(1)}^2right] - 2 mathbb{E}left[X_{(1)} sum_{k=1}^n X_iright] end{split} $$ I am not sure if that last term is easier term-by-term or as a whole sum...
– gt6989b
Nov 25 at 15:09
Right, thanks. Still, as you mention, I'm not sure how to deal with the last term...
– DavidS
Nov 25 at 15:15
What is the parent distribution?
– StubbornAtom
Nov 25 at 15:47
1
The last term could be expressed $displaystyle 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{i} right] = 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{(i)} right] = 2sum_{i=1}^n mathbb{E}[X_{(1)}X_{(i)}]$
– BGM
Nov 25 at 16:32
@StubbornAtom By parent distribution, do you mean the distribution of $X$? The pdf is $f(x)=sigma^{-1}e^{-(x-mu)/sigma}$ where $x>mu$.
– DavidS
Nov 25 at 19:10
Note that $$ mathbb{E}left[(X-Y)^2right] = mathbb{E}left[X^2 + Y^2 - 2XYright] = mathbb{E}left[X^2right] + mathbb{E}left[Y^2right] - 2mathbb{E}left[XYright] $$ so $$ begin{split} mathbb{E}left[sum_{k=1}^n left(X_i-X_{(1)}right)^2right] &= sum_{k=1}^n mathbb{E}left[X_i^2+X_{(1)}^2 - 2X_iX_{(1)}right]\ &= sum_{k=1}^n mathbb{E}left[X_i^2right] + n mathbb{E}left[X_{(1)}^2right] - 2 mathbb{E}left[X_{(1)} sum_{k=1}^n X_iright] end{split} $$ I am not sure if that last term is easier term-by-term or as a whole sum...
– gt6989b
Nov 25 at 15:09
Note that $$ mathbb{E}left[(X-Y)^2right] = mathbb{E}left[X^2 + Y^2 - 2XYright] = mathbb{E}left[X^2right] + mathbb{E}left[Y^2right] - 2mathbb{E}left[XYright] $$ so $$ begin{split} mathbb{E}left[sum_{k=1}^n left(X_i-X_{(1)}right)^2right] &= sum_{k=1}^n mathbb{E}left[X_i^2+X_{(1)}^2 - 2X_iX_{(1)}right]\ &= sum_{k=1}^n mathbb{E}left[X_i^2right] + n mathbb{E}left[X_{(1)}^2right] - 2 mathbb{E}left[X_{(1)} sum_{k=1}^n X_iright] end{split} $$ I am not sure if that last term is easier term-by-term or as a whole sum...
– gt6989b
Nov 25 at 15:09
Right, thanks. Still, as you mention, I'm not sure how to deal with the last term...
– DavidS
Nov 25 at 15:15
Right, thanks. Still, as you mention, I'm not sure how to deal with the last term...
– DavidS
Nov 25 at 15:15
What is the parent distribution?
– StubbornAtom
Nov 25 at 15:47
What is the parent distribution?
– StubbornAtom
Nov 25 at 15:47
1
1
The last term could be expressed $displaystyle 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{i} right] = 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{(i)} right] = 2sum_{i=1}^n mathbb{E}[X_{(1)}X_{(i)}]$
– BGM
Nov 25 at 16:32
The last term could be expressed $displaystyle 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{i} right] = 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{(i)} right] = 2sum_{i=1}^n mathbb{E}[X_{(1)}X_{(i)}]$
– BGM
Nov 25 at 16:32
@StubbornAtom By parent distribution, do you mean the distribution of $X$? The pdf is $f(x)=sigma^{-1}e^{-(x-mu)/sigma}$ where $x>mu$.
– DavidS
Nov 25 at 19:10
@StubbornAtom By parent distribution, do you mean the distribution of $X$? The pdf is $f(x)=sigma^{-1}e^{-(x-mu)/sigma}$ where $x>mu$.
– DavidS
Nov 25 at 19:10
|
show 1 more comment
active
oldest
votes
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%2f3012937%2fcalculating-the-expectation-of-function-that-depends-on-original-random-variable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3012937%2fcalculating-the-expectation-of-function-that-depends-on-original-random-variable%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
Note that $$ mathbb{E}left[(X-Y)^2right] = mathbb{E}left[X^2 + Y^2 - 2XYright] = mathbb{E}left[X^2right] + mathbb{E}left[Y^2right] - 2mathbb{E}left[XYright] $$ so $$ begin{split} mathbb{E}left[sum_{k=1}^n left(X_i-X_{(1)}right)^2right] &= sum_{k=1}^n mathbb{E}left[X_i^2+X_{(1)}^2 - 2X_iX_{(1)}right]\ &= sum_{k=1}^n mathbb{E}left[X_i^2right] + n mathbb{E}left[X_{(1)}^2right] - 2 mathbb{E}left[X_{(1)} sum_{k=1}^n X_iright] end{split} $$ I am not sure if that last term is easier term-by-term or as a whole sum...
– gt6989b
Nov 25 at 15:09
Right, thanks. Still, as you mention, I'm not sure how to deal with the last term...
– DavidS
Nov 25 at 15:15
What is the parent distribution?
– StubbornAtom
Nov 25 at 15:47
1
The last term could be expressed $displaystyle 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{i} right] = 2mathbb{E}left[X_{(1)}sum_{k=1}^n X_{(i)} right] = 2sum_{i=1}^n mathbb{E}[X_{(1)}X_{(i)}]$
– BGM
Nov 25 at 16:32
@StubbornAtom By parent distribution, do you mean the distribution of $X$? The pdf is $f(x)=sigma^{-1}e^{-(x-mu)/sigma}$ where $x>mu$.
– DavidS
Nov 25 at 19:10