Sum of Poisson Distribution, why is my solution incorrect
up vote
0
down vote
favorite
From SOA #212:
The number of days an employee is sick each month is modeled by a Poisson distribution
with mean $1$. The numbers of sick days in different months are mutually independent.
Calculate the probability that an employee is sick more than two days in a three-month
period.
I calculated the probabilities as follows
$${3choose1}P(X=0)P(X=0)P(Xge2) + $$
$${3choose2}P(X=0)P(Xge1)P(Xge1) + $$
$${3choose3}P(Xge1)P(Xge1)P(Xge1) $$
$$=P(text{employee is sick more than two days in a three-month period})$$
This should come out to
$${3choose1}left({1^0e^{-1}over0!}right)left({1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}-{1^1e^{-1}over1!}right) + $$
$${3choose2}left({1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right) + $$
$${3choose3}left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right) $$
$$=.8005$$
This is incorrect, and I know how they calculated the correct answer, $.577$, using the sum of the independent Poisson variables, but I would like to know what is wrong with what I did.
probability statistics probability-distributions
add a comment |
up vote
0
down vote
favorite
From SOA #212:
The number of days an employee is sick each month is modeled by a Poisson distribution
with mean $1$. The numbers of sick days in different months are mutually independent.
Calculate the probability that an employee is sick more than two days in a three-month
period.
I calculated the probabilities as follows
$${3choose1}P(X=0)P(X=0)P(Xge2) + $$
$${3choose2}P(X=0)P(Xge1)P(Xge1) + $$
$${3choose3}P(Xge1)P(Xge1)P(Xge1) $$
$$=P(text{employee is sick more than two days in a three-month period})$$
This should come out to
$${3choose1}left({1^0e^{-1}over0!}right)left({1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}-{1^1e^{-1}over1!}right) + $$
$${3choose2}left({1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right) + $$
$${3choose3}left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right) $$
$$=.8005$$
This is incorrect, and I know how they calculated the correct answer, $.577$, using the sum of the independent Poisson variables, but I would like to know what is wrong with what I did.
probability statistics probability-distributions
Read my answer to see what went wrong.
– callculus
Nov 20 at 16:23
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
From SOA #212:
The number of days an employee is sick each month is modeled by a Poisson distribution
with mean $1$. The numbers of sick days in different months are mutually independent.
Calculate the probability that an employee is sick more than two days in a three-month
period.
I calculated the probabilities as follows
$${3choose1}P(X=0)P(X=0)P(Xge2) + $$
$${3choose2}P(X=0)P(Xge1)P(Xge1) + $$
$${3choose3}P(Xge1)P(Xge1)P(Xge1) $$
$$=P(text{employee is sick more than two days in a three-month period})$$
This should come out to
$${3choose1}left({1^0e^{-1}over0!}right)left({1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}-{1^1e^{-1}over1!}right) + $$
$${3choose2}left({1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right) + $$
$${3choose3}left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right) $$
$$=.8005$$
This is incorrect, and I know how they calculated the correct answer, $.577$, using the sum of the independent Poisson variables, but I would like to know what is wrong with what I did.
probability statistics probability-distributions
From SOA #212:
The number of days an employee is sick each month is modeled by a Poisson distribution
with mean $1$. The numbers of sick days in different months are mutually independent.
Calculate the probability that an employee is sick more than two days in a three-month
period.
I calculated the probabilities as follows
$${3choose1}P(X=0)P(X=0)P(Xge2) + $$
$${3choose2}P(X=0)P(Xge1)P(Xge1) + $$
$${3choose3}P(Xge1)P(Xge1)P(Xge1) $$
$$=P(text{employee is sick more than two days in a three-month period})$$
This should come out to
$${3choose1}left({1^0e^{-1}over0!}right)left({1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}-{1^1e^{-1}over1!}right) + $$
$${3choose2}left({1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right) + $$
$${3choose3}left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right)left(1- {1^0e^{-1}over0!}right) $$
$$=.8005$$
This is incorrect, and I know how they calculated the correct answer, $.577$, using the sum of the independent Poisson variables, but I would like to know what is wrong with what I did.
probability statistics probability-distributions
probability statistics probability-distributions
asked Nov 20 at 15:26
agblt
11213
11213
Read my answer to see what went wrong.
– callculus
Nov 20 at 16:23
add a comment |
Read my answer to see what went wrong.
– callculus
Nov 20 at 16:23
Read my answer to see what went wrong.
– callculus
Nov 20 at 16:23
Read my answer to see what went wrong.
– callculus
Nov 20 at 16:23
add a comment |
3 Answers
3
active
oldest
votes
up vote
1
down vote
accepted
You've computed the probability that the employee is sick on two or more days. The problem asks for the probability that the employee is sick on more than two days (that is, at least three days).
add a comment |
up vote
1
down vote
Your calculation does not match mine. It is structurally different. We want
$1-P(Xleq 2)=1-P(X=2)-P(X=1)-P(X=0)$
For $X=2$ we have several combinations
$110 quad 200$
$011quad 020$
$101quad 002$
$X=1:$ $100,$ $ 010,$$ 001$
$X=0$: $000$
Therefore the calculation is $1-7cdot (1/e)^3-3cdot (1/(2cdot e))cdot (1/e)^2=0.57681approx 0.577$
add a comment |
up vote
1
down vote
We don't need to consider combinations because $X$ is also Poisson-distributed with mean $3$, making the answer $1-(1+3+3^2/2)/e^3=1-17/(2e^3)approx 0.577$.
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
You've computed the probability that the employee is sick on two or more days. The problem asks for the probability that the employee is sick on more than two days (that is, at least three days).
add a comment |
up vote
1
down vote
accepted
You've computed the probability that the employee is sick on two or more days. The problem asks for the probability that the employee is sick on more than two days (that is, at least three days).
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
You've computed the probability that the employee is sick on two or more days. The problem asks for the probability that the employee is sick on more than two days (that is, at least three days).
You've computed the probability that the employee is sick on two or more days. The problem asks for the probability that the employee is sick on more than two days (that is, at least three days).
answered Nov 20 at 15:35
Michael Lugo
17.9k33576
17.9k33576
add a comment |
add a comment |
up vote
1
down vote
Your calculation does not match mine. It is structurally different. We want
$1-P(Xleq 2)=1-P(X=2)-P(X=1)-P(X=0)$
For $X=2$ we have several combinations
$110 quad 200$
$011quad 020$
$101quad 002$
$X=1:$ $100,$ $ 010,$$ 001$
$X=0$: $000$
Therefore the calculation is $1-7cdot (1/e)^3-3cdot (1/(2cdot e))cdot (1/e)^2=0.57681approx 0.577$
add a comment |
up vote
1
down vote
Your calculation does not match mine. It is structurally different. We want
$1-P(Xleq 2)=1-P(X=2)-P(X=1)-P(X=0)$
For $X=2$ we have several combinations
$110 quad 200$
$011quad 020$
$101quad 002$
$X=1:$ $100,$ $ 010,$$ 001$
$X=0$: $000$
Therefore the calculation is $1-7cdot (1/e)^3-3cdot (1/(2cdot e))cdot (1/e)^2=0.57681approx 0.577$
add a comment |
up vote
1
down vote
up vote
1
down vote
Your calculation does not match mine. It is structurally different. We want
$1-P(Xleq 2)=1-P(X=2)-P(X=1)-P(X=0)$
For $X=2$ we have several combinations
$110 quad 200$
$011quad 020$
$101quad 002$
$X=1:$ $100,$ $ 010,$$ 001$
$X=0$: $000$
Therefore the calculation is $1-7cdot (1/e)^3-3cdot (1/(2cdot e))cdot (1/e)^2=0.57681approx 0.577$
Your calculation does not match mine. It is structurally different. We want
$1-P(Xleq 2)=1-P(X=2)-P(X=1)-P(X=0)$
For $X=2$ we have several combinations
$110 quad 200$
$011quad 020$
$101quad 002$
$X=1:$ $100,$ $ 010,$$ 001$
$X=0$: $000$
Therefore the calculation is $1-7cdot (1/e)^3-3cdot (1/(2cdot e))cdot (1/e)^2=0.57681approx 0.577$
edited Nov 20 at 16:13
answered Nov 20 at 15:59
callculus
17.6k31427
17.6k31427
add a comment |
add a comment |
up vote
1
down vote
We don't need to consider combinations because $X$ is also Poisson-distributed with mean $3$, making the answer $1-(1+3+3^2/2)/e^3=1-17/(2e^3)approx 0.577$.
add a comment |
up vote
1
down vote
We don't need to consider combinations because $X$ is also Poisson-distributed with mean $3$, making the answer $1-(1+3+3^2/2)/e^3=1-17/(2e^3)approx 0.577$.
add a comment |
up vote
1
down vote
up vote
1
down vote
We don't need to consider combinations because $X$ is also Poisson-distributed with mean $3$, making the answer $1-(1+3+3^2/2)/e^3=1-17/(2e^3)approx 0.577$.
We don't need to consider combinations because $X$ is also Poisson-distributed with mean $3$, making the answer $1-(1+3+3^2/2)/e^3=1-17/(2e^3)approx 0.577$.
answered Nov 20 at 16:47
J.G.
20.5k21933
20.5k21933
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%2f3006456%2fsum-of-poisson-distribution-why-is-my-solution-incorrect%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
Read my answer to see what went wrong.
– callculus
Nov 20 at 16:23