Given a sequence ${ X_{n} : n in mathbb{N} }$ of standard normally distributed random variables, what is the...
I'm looking for a general formula that can be used to compute the probability that a sum of standard normal random variables is above a certain constant $a$. So for example the probability that $X_{1}+X_{2}+X_{3}+X_{4}<3$. I've tried to play around with the distribution of a sum of standard normal distributed random variables but wasn't able to come up with a real formula. Any help is appreciated.
probability probability-theory statistics probability-distributions normal-distribution
add a comment |
I'm looking for a general formula that can be used to compute the probability that a sum of standard normal random variables is above a certain constant $a$. So for example the probability that $X_{1}+X_{2}+X_{3}+X_{4}<3$. I've tried to play around with the distribution of a sum of standard normal distributed random variables but wasn't able to come up with a real formula. Any help is appreciated.
probability probability-theory statistics probability-distributions normal-distribution
If they are independent, then the sum is a normal random variable.
– gd1035
Nov 20 '18 at 20:28
@gd1035 They are indeed considered independent. In that case, what is the probability of the sum being smaller than some constant $a$?
– S. Crim
Nov 20 '18 at 20:30
Hint: The variance of a sum of independent random variables is the sum of the variances.
– Robert Israel
Nov 20 '18 at 20:34
@RobertIsrael Yeah I know that the $sum^n_{i=1} X_{i} sim N(0,n)$ but I remain unable to turn this into something that can tell me $mathbb{P}(sum^n_{i=1} X_{i}>a)$. Any hints for that?
– S. Crim
Nov 20 '18 at 20:43
add a comment |
I'm looking for a general formula that can be used to compute the probability that a sum of standard normal random variables is above a certain constant $a$. So for example the probability that $X_{1}+X_{2}+X_{3}+X_{4}<3$. I've tried to play around with the distribution of a sum of standard normal distributed random variables but wasn't able to come up with a real formula. Any help is appreciated.
probability probability-theory statistics probability-distributions normal-distribution
I'm looking for a general formula that can be used to compute the probability that a sum of standard normal random variables is above a certain constant $a$. So for example the probability that $X_{1}+X_{2}+X_{3}+X_{4}<3$. I've tried to play around with the distribution of a sum of standard normal distributed random variables but wasn't able to come up with a real formula. Any help is appreciated.
probability probability-theory statistics probability-distributions normal-distribution
probability probability-theory statistics probability-distributions normal-distribution
asked Nov 20 '18 at 20:25
S. Crim
11710
11710
If they are independent, then the sum is a normal random variable.
– gd1035
Nov 20 '18 at 20:28
@gd1035 They are indeed considered independent. In that case, what is the probability of the sum being smaller than some constant $a$?
– S. Crim
Nov 20 '18 at 20:30
Hint: The variance of a sum of independent random variables is the sum of the variances.
– Robert Israel
Nov 20 '18 at 20:34
@RobertIsrael Yeah I know that the $sum^n_{i=1} X_{i} sim N(0,n)$ but I remain unable to turn this into something that can tell me $mathbb{P}(sum^n_{i=1} X_{i}>a)$. Any hints for that?
– S. Crim
Nov 20 '18 at 20:43
add a comment |
If they are independent, then the sum is a normal random variable.
– gd1035
Nov 20 '18 at 20:28
@gd1035 They are indeed considered independent. In that case, what is the probability of the sum being smaller than some constant $a$?
– S. Crim
Nov 20 '18 at 20:30
Hint: The variance of a sum of independent random variables is the sum of the variances.
– Robert Israel
Nov 20 '18 at 20:34
@RobertIsrael Yeah I know that the $sum^n_{i=1} X_{i} sim N(0,n)$ but I remain unable to turn this into something that can tell me $mathbb{P}(sum^n_{i=1} X_{i}>a)$. Any hints for that?
– S. Crim
Nov 20 '18 at 20:43
If they are independent, then the sum is a normal random variable.
– gd1035
Nov 20 '18 at 20:28
If they are independent, then the sum is a normal random variable.
– gd1035
Nov 20 '18 at 20:28
@gd1035 They are indeed considered independent. In that case, what is the probability of the sum being smaller than some constant $a$?
– S. Crim
Nov 20 '18 at 20:30
@gd1035 They are indeed considered independent. In that case, what is the probability of the sum being smaller than some constant $a$?
– S. Crim
Nov 20 '18 at 20:30
Hint: The variance of a sum of independent random variables is the sum of the variances.
– Robert Israel
Nov 20 '18 at 20:34
Hint: The variance of a sum of independent random variables is the sum of the variances.
– Robert Israel
Nov 20 '18 at 20:34
@RobertIsrael Yeah I know that the $sum^n_{i=1} X_{i} sim N(0,n)$ but I remain unable to turn this into something that can tell me $mathbb{P}(sum^n_{i=1} X_{i}>a)$. Any hints for that?
– S. Crim
Nov 20 '18 at 20:43
@RobertIsrael Yeah I know that the $sum^n_{i=1} X_{i} sim N(0,n)$ but I remain unable to turn this into something that can tell me $mathbb{P}(sum^n_{i=1} X_{i}>a)$. Any hints for that?
– S. Crim
Nov 20 '18 at 20:43
add a comment |
1 Answer
1
active
oldest
votes
For a R.V. $Y sim N(0,sigma^2)$, by definition:
$P(Y leq y) = int_{-infty}^y frac{1}{sigma sqrt{2 pi}}e^{-x^2/2 sigma^2}dx$.
Let's substitute $u = x/sigma$ to get:
$P(Y leq y) = int_{-infty}^{y/sigma} frac{1}{sqrt{2 pi}} e^{-u^2/2} du = Phi left(frac{y}{sigma} right)$
where $Phi$ is the cumulative distribution function of a standard normal variable (which has zero mean and unit variance). You can evaluate $Phi$ in any mathematical package or from printed or online Z tables.
In your specific case, as many have pointed out, $ Y = sum_{i=1}^n X_i$ has mean 0 and variance $sigma^2 = n$, which means you need to evaluate $Phi(y/n)$ to compute $P(Y leq y)$.
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%2f3006850%2fgiven-a-sequence-x-n-n-in-mathbbn-of-standard-normally-distribut%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
For a R.V. $Y sim N(0,sigma^2)$, by definition:
$P(Y leq y) = int_{-infty}^y frac{1}{sigma sqrt{2 pi}}e^{-x^2/2 sigma^2}dx$.
Let's substitute $u = x/sigma$ to get:
$P(Y leq y) = int_{-infty}^{y/sigma} frac{1}{sqrt{2 pi}} e^{-u^2/2} du = Phi left(frac{y}{sigma} right)$
where $Phi$ is the cumulative distribution function of a standard normal variable (which has zero mean and unit variance). You can evaluate $Phi$ in any mathematical package or from printed or online Z tables.
In your specific case, as many have pointed out, $ Y = sum_{i=1}^n X_i$ has mean 0 and variance $sigma^2 = n$, which means you need to evaluate $Phi(y/n)$ to compute $P(Y leq y)$.
add a comment |
For a R.V. $Y sim N(0,sigma^2)$, by definition:
$P(Y leq y) = int_{-infty}^y frac{1}{sigma sqrt{2 pi}}e^{-x^2/2 sigma^2}dx$.
Let's substitute $u = x/sigma$ to get:
$P(Y leq y) = int_{-infty}^{y/sigma} frac{1}{sqrt{2 pi}} e^{-u^2/2} du = Phi left(frac{y}{sigma} right)$
where $Phi$ is the cumulative distribution function of a standard normal variable (which has zero mean and unit variance). You can evaluate $Phi$ in any mathematical package or from printed or online Z tables.
In your specific case, as many have pointed out, $ Y = sum_{i=1}^n X_i$ has mean 0 and variance $sigma^2 = n$, which means you need to evaluate $Phi(y/n)$ to compute $P(Y leq y)$.
add a comment |
For a R.V. $Y sim N(0,sigma^2)$, by definition:
$P(Y leq y) = int_{-infty}^y frac{1}{sigma sqrt{2 pi}}e^{-x^2/2 sigma^2}dx$.
Let's substitute $u = x/sigma$ to get:
$P(Y leq y) = int_{-infty}^{y/sigma} frac{1}{sqrt{2 pi}} e^{-u^2/2} du = Phi left(frac{y}{sigma} right)$
where $Phi$ is the cumulative distribution function of a standard normal variable (which has zero mean and unit variance). You can evaluate $Phi$ in any mathematical package or from printed or online Z tables.
In your specific case, as many have pointed out, $ Y = sum_{i=1}^n X_i$ has mean 0 and variance $sigma^2 = n$, which means you need to evaluate $Phi(y/n)$ to compute $P(Y leq y)$.
For a R.V. $Y sim N(0,sigma^2)$, by definition:
$P(Y leq y) = int_{-infty}^y frac{1}{sigma sqrt{2 pi}}e^{-x^2/2 sigma^2}dx$.
Let's substitute $u = x/sigma$ to get:
$P(Y leq y) = int_{-infty}^{y/sigma} frac{1}{sqrt{2 pi}} e^{-u^2/2} du = Phi left(frac{y}{sigma} right)$
where $Phi$ is the cumulative distribution function of a standard normal variable (which has zero mean and unit variance). You can evaluate $Phi$ in any mathematical package or from printed or online Z tables.
In your specific case, as many have pointed out, $ Y = sum_{i=1}^n X_i$ has mean 0 and variance $sigma^2 = n$, which means you need to evaluate $Phi(y/n)$ to compute $P(Y leq y)$.
answered Nov 20 '18 at 21:00
Aditya Dua
83918
83918
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.
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%2f3006850%2fgiven-a-sequence-x-n-n-in-mathbbn-of-standard-normally-distribut%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
If they are independent, then the sum is a normal random variable.
– gd1035
Nov 20 '18 at 20:28
@gd1035 They are indeed considered independent. In that case, what is the probability of the sum being smaller than some constant $a$?
– S. Crim
Nov 20 '18 at 20:30
Hint: The variance of a sum of independent random variables is the sum of the variances.
– Robert Israel
Nov 20 '18 at 20:34
@RobertIsrael Yeah I know that the $sum^n_{i=1} X_{i} sim N(0,n)$ but I remain unable to turn this into something that can tell me $mathbb{P}(sum^n_{i=1} X_{i}>a)$. Any hints for that?
– S. Crim
Nov 20 '18 at 20:43