How to find probability
up vote
0
down vote
favorite
Consider this question:
Mean of $X$ is 20 and upper bound is 50. If $X$ changes daily with mean 0 and variance 1, independently of the other days. If today $X=40$ what can you say about the probability that $X$ will be between 35 and 45 after 5 days.
ChebyChev is supposed to be used for this. I am unsure of how to use it. If the mean is 20 and the value is 40 then tomorrow mean will be 20 and variance would be increased by 1. So, whatever variance is today it will be 5 times, 5 days from now. So, P(35 <= X <= 45) = P(X - 20 >= 5*var) = 1/25.
Is this correct?
probability probability-theory
This question has an open bounty worth +50
reputation from puffles ending in 3 days.
Looking for an answer drawing from credible and/or official sources.
add a comment |
up vote
0
down vote
favorite
Consider this question:
Mean of $X$ is 20 and upper bound is 50. If $X$ changes daily with mean 0 and variance 1, independently of the other days. If today $X=40$ what can you say about the probability that $X$ will be between 35 and 45 after 5 days.
ChebyChev is supposed to be used for this. I am unsure of how to use it. If the mean is 20 and the value is 40 then tomorrow mean will be 20 and variance would be increased by 1. So, whatever variance is today it will be 5 times, 5 days from now. So, P(35 <= X <= 45) = P(X - 20 >= 5*var) = 1/25.
Is this correct?
probability probability-theory
This question has an open bounty worth +50
reputation from puffles ending in 3 days.
Looking for an answer drawing from credible and/or official sources.
"Looks like standard normal RV" Yes, somehow it does. But it is not mentioned in the text.
– callculus
Nov 15 at 17:18
Can I solve it using ChebyChev or Chernoff? What would be the steps taken further?
– puffles
Nov 16 at 6:20
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Consider this question:
Mean of $X$ is 20 and upper bound is 50. If $X$ changes daily with mean 0 and variance 1, independently of the other days. If today $X=40$ what can you say about the probability that $X$ will be between 35 and 45 after 5 days.
ChebyChev is supposed to be used for this. I am unsure of how to use it. If the mean is 20 and the value is 40 then tomorrow mean will be 20 and variance would be increased by 1. So, whatever variance is today it will be 5 times, 5 days from now. So, P(35 <= X <= 45) = P(X - 20 >= 5*var) = 1/25.
Is this correct?
probability probability-theory
Consider this question:
Mean of $X$ is 20 and upper bound is 50. If $X$ changes daily with mean 0 and variance 1, independently of the other days. If today $X=40$ what can you say about the probability that $X$ will be between 35 and 45 after 5 days.
ChebyChev is supposed to be used for this. I am unsure of how to use it. If the mean is 20 and the value is 40 then tomorrow mean will be 20 and variance would be increased by 1. So, whatever variance is today it will be 5 times, 5 days from now. So, P(35 <= X <= 45) = P(X - 20 >= 5*var) = 1/25.
Is this correct?
probability probability-theory
probability probability-theory
edited Nov 18 at 10:24
asked Nov 15 at 16:27
puffles
669
669
This question has an open bounty worth +50
reputation from puffles ending in 3 days.
Looking for an answer drawing from credible and/or official sources.
This question has an open bounty worth +50
reputation from puffles ending in 3 days.
Looking for an answer drawing from credible and/or official sources.
"Looks like standard normal RV" Yes, somehow it does. But it is not mentioned in the text.
– callculus
Nov 15 at 17:18
Can I solve it using ChebyChev or Chernoff? What would be the steps taken further?
– puffles
Nov 16 at 6:20
add a comment |
"Looks like standard normal RV" Yes, somehow it does. But it is not mentioned in the text.
– callculus
Nov 15 at 17:18
Can I solve it using ChebyChev or Chernoff? What would be the steps taken further?
– puffles
Nov 16 at 6:20
"Looks like standard normal RV" Yes, somehow it does. But it is not mentioned in the text.
– callculus
Nov 15 at 17:18
"Looks like standard normal RV" Yes, somehow it does. But it is not mentioned in the text.
– callculus
Nov 15 at 17:18
Can I solve it using ChebyChev or Chernoff? What would be the steps taken further?
– puffles
Nov 16 at 6:20
Can I solve it using ChebyChev or Chernoff? What would be the steps taken further?
– puffles
Nov 16 at 6:20
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
Well, I think this question want you to point out that the probability of X = 40 in today does not affect the probability of X in the next 5 days. Because it is independently of the other days.
So, if the distribution of X is standard normal distribution, then you can compute the $P(35<=X<=45)$ directly.
New contributor
The changes from day to day are independent, which does not make the values on each day independent.
– wnoise
Nov 15 at 18:41
Do you think it canbe solved using any inequality (Markov, chebychev, chernoff)
– puffles
Nov 16 at 6:20
add a comment |
up vote
0
down vote
The sum of independent Gaussian RVs is a Gaussian RV with a variance that is the sum of the individual variances, and a mean that is the sum of the means. From this, the PDF of values on the last day is immediately available.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Well, I think this question want you to point out that the probability of X = 40 in today does not affect the probability of X in the next 5 days. Because it is independently of the other days.
So, if the distribution of X is standard normal distribution, then you can compute the $P(35<=X<=45)$ directly.
New contributor
The changes from day to day are independent, which does not make the values on each day independent.
– wnoise
Nov 15 at 18:41
Do you think it canbe solved using any inequality (Markov, chebychev, chernoff)
– puffles
Nov 16 at 6:20
add a comment |
up vote
0
down vote
Well, I think this question want you to point out that the probability of X = 40 in today does not affect the probability of X in the next 5 days. Because it is independently of the other days.
So, if the distribution of X is standard normal distribution, then you can compute the $P(35<=X<=45)$ directly.
New contributor
The changes from day to day are independent, which does not make the values on each day independent.
– wnoise
Nov 15 at 18:41
Do you think it canbe solved using any inequality (Markov, chebychev, chernoff)
– puffles
Nov 16 at 6:20
add a comment |
up vote
0
down vote
up vote
0
down vote
Well, I think this question want you to point out that the probability of X = 40 in today does not affect the probability of X in the next 5 days. Because it is independently of the other days.
So, if the distribution of X is standard normal distribution, then you can compute the $P(35<=X<=45)$ directly.
New contributor
Well, I think this question want you to point out that the probability of X = 40 in today does not affect the probability of X in the next 5 days. Because it is independently of the other days.
So, if the distribution of X is standard normal distribution, then you can compute the $P(35<=X<=45)$ directly.
New contributor
New contributor
answered Nov 15 at 18:16
AnNg
375
375
New contributor
New contributor
The changes from day to day are independent, which does not make the values on each day independent.
– wnoise
Nov 15 at 18:41
Do you think it canbe solved using any inequality (Markov, chebychev, chernoff)
– puffles
Nov 16 at 6:20
add a comment |
The changes from day to day are independent, which does not make the values on each day independent.
– wnoise
Nov 15 at 18:41
Do you think it canbe solved using any inequality (Markov, chebychev, chernoff)
– puffles
Nov 16 at 6:20
The changes from day to day are independent, which does not make the values on each day independent.
– wnoise
Nov 15 at 18:41
The changes from day to day are independent, which does not make the values on each day independent.
– wnoise
Nov 15 at 18:41
Do you think it canbe solved using any inequality (Markov, chebychev, chernoff)
– puffles
Nov 16 at 6:20
Do you think it canbe solved using any inequality (Markov, chebychev, chernoff)
– puffles
Nov 16 at 6:20
add a comment |
up vote
0
down vote
The sum of independent Gaussian RVs is a Gaussian RV with a variance that is the sum of the individual variances, and a mean that is the sum of the means. From this, the PDF of values on the last day is immediately available.
add a comment |
up vote
0
down vote
The sum of independent Gaussian RVs is a Gaussian RV with a variance that is the sum of the individual variances, and a mean that is the sum of the means. From this, the PDF of values on the last day is immediately available.
add a comment |
up vote
0
down vote
up vote
0
down vote
The sum of independent Gaussian RVs is a Gaussian RV with a variance that is the sum of the individual variances, and a mean that is the sum of the means. From this, the PDF of values on the last day is immediately available.
The sum of independent Gaussian RVs is a Gaussian RV with a variance that is the sum of the individual variances, and a mean that is the sum of the means. From this, the PDF of values on the last day is immediately available.
answered Nov 15 at 18:43
wnoise
1,4331017
1,4331017
add a comment |
add a comment |
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%2f2999913%2fhow-to-find-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
"Looks like standard normal RV" Yes, somehow it does. But it is not mentioned in the text.
– callculus
Nov 15 at 17:18
Can I solve it using ChebyChev or Chernoff? What would be the steps taken further?
– puffles
Nov 16 at 6:20