Analysis of limit on summation of probability Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)A contradiction when calculating the expected value of a discrete random variableProblem on exchangeable eventsAlmost sure convergence of a sum of truncated dependent variablesStrong law of large numbers using Fatou's lemma?Is the expectation value a function of the probability distributionQuestion on exchanging probability with limitProbability question with a hard to find limit as its answer.Use of law of total expectation without checking integrabilityHow do we calculate the expected value of $X^-1$, where $X$ has geometric distribution?A limit of expected value of binomial function
How can I make names more distinctive without making them longer?
List *all* the tuples!
What do you call a plan that's an alternative plan in case your initial plan fails?
Why does Python start at index -1 when indexing a list from the end?
How much radiation do nuclear physics experiments expose researchers to nowadays?
Why is "Consequences inflicted." not a sentence?
How do I mention the quality of my school without bragging
Is the Standard Deduction better than Itemized when both are the same amount?
What is the correct way to use the pinch test for dehydration?
What's the difference between `auto x = vector<int>()` and `vector<int> x`?
Is there a concise way to say "all of the X, one of each"?
If Jon Snow became King of the Seven Kingdoms what would his regnal number be?
Stars Make Stars
Letter Boxed validator
How discoverable are IPv6 addresses and AAAA names by potential attackers?
What is a Meta algorithm?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Can a non-EU citizen traveling with me come with me through the EU passport line?
What do you call a phrase that's not an idiom yet?
"Seemed to had" is it correct?
Bonus calculation: Am I making a mountain out of a molehill?
Is the address of a local variable a constexpr?
Is it true that "carbohydrates are of no use for the basal metabolic need"?
What's the purpose of writing one's academic bio in 3rd person?
Analysis of limit on summation of probability
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)A contradiction when calculating the expected value of a discrete random variableProblem on exchangeable eventsAlmost sure convergence of a sum of truncated dependent variablesStrong law of large numbers using Fatou's lemma?Is the expectation value a function of the probability distributionQuestion on exchanging probability with limitProbability question with a hard to find limit as its answer.Use of law of total expectation without checking integrabilityHow do we calculate the expected value of $X^-1$, where $X$ has geometric distribution?A limit of expected value of binomial function
$begingroup$
This question relates to proving a random variable N on $(mathbfOmega ,mathfrakF,mathbbP)$ which has image 0,1,2,... has expectation $sum_k=0^infty mathbbP(N> k)$ if the sum exists.
So far my proof is as follows, let $f$ and $F$ be the probability mass function and cumulative distribution function respectively.
The expectation of N is
$$beginalignsum_k=left 0,1,2,... right kmathbbP(N=k)
&=lim_nrightarrow inftysum_k=0^n kmathbbP(N=k)
\&=lim_nrightarrow inftysum_k=0^n kf(k)
\&=lim_nrightarrow inftysum_k=1^n k[F(k)-F(k-1)] text (k=0 term is 0)endalign$$
The sum simplifies to: $$beginalign
lim_nrightarrow inftysum_k=1^n (F(n)-F(k-1))
&=lim_nrightarrow inftysum_k=1^n mathbbP(k-1<N<n)
\&=lim_nrightarrow inftysum_k=0^n mathbbP(k<N<n)endalign$$
My question is as follows: in my final line, does the nature of the analysis of the sum allow me to take the limit within it so it becomes $sum_k=0^infty lim_nrightarrow inftymathbbP(k<N<n)$, which is indeed $sum_k=0^infty mathbbP(N> k)$ the required result? Or is there a more approproate alternative route that I can take?
probability expected-value
$endgroup$
add a comment |
$begingroup$
This question relates to proving a random variable N on $(mathbfOmega ,mathfrakF,mathbbP)$ which has image 0,1,2,... has expectation $sum_k=0^infty mathbbP(N> k)$ if the sum exists.
So far my proof is as follows, let $f$ and $F$ be the probability mass function and cumulative distribution function respectively.
The expectation of N is
$$beginalignsum_k=left 0,1,2,... right kmathbbP(N=k)
&=lim_nrightarrow inftysum_k=0^n kmathbbP(N=k)
\&=lim_nrightarrow inftysum_k=0^n kf(k)
\&=lim_nrightarrow inftysum_k=1^n k[F(k)-F(k-1)] text (k=0 term is 0)endalign$$
The sum simplifies to: $$beginalign
lim_nrightarrow inftysum_k=1^n (F(n)-F(k-1))
&=lim_nrightarrow inftysum_k=1^n mathbbP(k-1<N<n)
\&=lim_nrightarrow inftysum_k=0^n mathbbP(k<N<n)endalign$$
My question is as follows: in my final line, does the nature of the analysis of the sum allow me to take the limit within it so it becomes $sum_k=0^infty lim_nrightarrow inftymathbbP(k<N<n)$, which is indeed $sum_k=0^infty mathbbP(N> k)$ the required result? Or is there a more approproate alternative route that I can take?
probability expected-value
$endgroup$
add a comment |
$begingroup$
This question relates to proving a random variable N on $(mathbfOmega ,mathfrakF,mathbbP)$ which has image 0,1,2,... has expectation $sum_k=0^infty mathbbP(N> k)$ if the sum exists.
So far my proof is as follows, let $f$ and $F$ be the probability mass function and cumulative distribution function respectively.
The expectation of N is
$$beginalignsum_k=left 0,1,2,... right kmathbbP(N=k)
&=lim_nrightarrow inftysum_k=0^n kmathbbP(N=k)
\&=lim_nrightarrow inftysum_k=0^n kf(k)
\&=lim_nrightarrow inftysum_k=1^n k[F(k)-F(k-1)] text (k=0 term is 0)endalign$$
The sum simplifies to: $$beginalign
lim_nrightarrow inftysum_k=1^n (F(n)-F(k-1))
&=lim_nrightarrow inftysum_k=1^n mathbbP(k-1<N<n)
\&=lim_nrightarrow inftysum_k=0^n mathbbP(k<N<n)endalign$$
My question is as follows: in my final line, does the nature of the analysis of the sum allow me to take the limit within it so it becomes $sum_k=0^infty lim_nrightarrow inftymathbbP(k<N<n)$, which is indeed $sum_k=0^infty mathbbP(N> k)$ the required result? Or is there a more approproate alternative route that I can take?
probability expected-value
$endgroup$
This question relates to proving a random variable N on $(mathbfOmega ,mathfrakF,mathbbP)$ which has image 0,1,2,... has expectation $sum_k=0^infty mathbbP(N> k)$ if the sum exists.
So far my proof is as follows, let $f$ and $F$ be the probability mass function and cumulative distribution function respectively.
The expectation of N is
$$beginalignsum_k=left 0,1,2,... right kmathbbP(N=k)
&=lim_nrightarrow inftysum_k=0^n kmathbbP(N=k)
\&=lim_nrightarrow inftysum_k=0^n kf(k)
\&=lim_nrightarrow inftysum_k=1^n k[F(k)-F(k-1)] text (k=0 term is 0)endalign$$
The sum simplifies to: $$beginalign
lim_nrightarrow inftysum_k=1^n (F(n)-F(k-1))
&=lim_nrightarrow inftysum_k=1^n mathbbP(k-1<N<n)
\&=lim_nrightarrow inftysum_k=0^n mathbbP(k<N<n)endalign$$
My question is as follows: in my final line, does the nature of the analysis of the sum allow me to take the limit within it so it becomes $sum_k=0^infty lim_nrightarrow inftymathbbP(k<N<n)$, which is indeed $sum_k=0^infty mathbbP(N> k)$ the required result? Or is there a more approproate alternative route that I can take?
probability expected-value
probability expected-value
edited Apr 1 at 2:25
Carol Barnes
asked Apr 1 at 1:06
Carol BarnesCarol Barnes
62
62
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Yes, it is legitimate to take the limit inside. You can apply Monotone Convergence Theorem noting that $I_k leq nI_N<n$ is non-negative and increasing.
$endgroup$
add a comment |
Your Answer
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%2f3170087%2fanalysis-of-limit-on-summation-of-probability%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$
Yes, it is legitimate to take the limit inside. You can apply Monotone Convergence Theorem noting that $I_k leq nI_N<n$ is non-negative and increasing.
$endgroup$
add a comment |
$begingroup$
Yes, it is legitimate to take the limit inside. You can apply Monotone Convergence Theorem noting that $I_k leq nI_N<n$ is non-negative and increasing.
$endgroup$
add a comment |
$begingroup$
Yes, it is legitimate to take the limit inside. You can apply Monotone Convergence Theorem noting that $I_k leq nI_N<n$ is non-negative and increasing.
$endgroup$
Yes, it is legitimate to take the limit inside. You can apply Monotone Convergence Theorem noting that $I_k leq nI_N<n$ is non-negative and increasing.
answered Apr 1 at 5:59
Kavi Rama MurthyKavi Rama Murthy
74.9k53270
74.9k53270
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%2f3170087%2fanalysis-of-limit-on-summation-of-probability%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