Compute $ P{X_1 = 3 | X = 10 } $, $ X sim Pois(10) $
$begingroup$
Suppose $ X$ is the number of people entering a store in an hour and $ X sim Pois(10) $. Compute the probability that at most 3 men enter the store if it is known that 10 women already entered. What assumptions do you make?
I guess the assumption need to make is that the chance of a female male entering the store is the same $ (0.5) $ and therefore the number of men entering the store is also poisson distribution with $ lambda = 5 $ ?
Not sure how to proceed from here (if it is true)? Lets say $ X_1 $ is number of men entering the store (with the values $ 0,1,2,3 $ ) and $ X_2 $ number of women.
$ P{X_1 = 3 | X_2 = 10 } = frac{P{X_1 = 3, X_2 = 10 }}{P{X_2 = 10 }} $
probability poisson-distribution
$endgroup$
add a comment |
$begingroup$
Suppose $ X$ is the number of people entering a store in an hour and $ X sim Pois(10) $. Compute the probability that at most 3 men enter the store if it is known that 10 women already entered. What assumptions do you make?
I guess the assumption need to make is that the chance of a female male entering the store is the same $ (0.5) $ and therefore the number of men entering the store is also poisson distribution with $ lambda = 5 $ ?
Not sure how to proceed from here (if it is true)? Lets say $ X_1 $ is number of men entering the store (with the values $ 0,1,2,3 $ ) and $ X_2 $ number of women.
$ P{X_1 = 3 | X_2 = 10 } = frac{P{X_1 = 3, X_2 = 10 }}{P{X_2 = 10 }} $
probability poisson-distribution
$endgroup$
add a comment |
$begingroup$
Suppose $ X$ is the number of people entering a store in an hour and $ X sim Pois(10) $. Compute the probability that at most 3 men enter the store if it is known that 10 women already entered. What assumptions do you make?
I guess the assumption need to make is that the chance of a female male entering the store is the same $ (0.5) $ and therefore the number of men entering the store is also poisson distribution with $ lambda = 5 $ ?
Not sure how to proceed from here (if it is true)? Lets say $ X_1 $ is number of men entering the store (with the values $ 0,1,2,3 $ ) and $ X_2 $ number of women.
$ P{X_1 = 3 | X_2 = 10 } = frac{P{X_1 = 3, X_2 = 10 }}{P{X_2 = 10 }} $
probability poisson-distribution
$endgroup$
Suppose $ X$ is the number of people entering a store in an hour and $ X sim Pois(10) $. Compute the probability that at most 3 men enter the store if it is known that 10 women already entered. What assumptions do you make?
I guess the assumption need to make is that the chance of a female male entering the store is the same $ (0.5) $ and therefore the number of men entering the store is also poisson distribution with $ lambda = 5 $ ?
Not sure how to proceed from here (if it is true)? Lets say $ X_1 $ is number of men entering the store (with the values $ 0,1,2,3 $ ) and $ X_2 $ number of women.
$ P{X_1 = 3 | X_2 = 10 } = frac{P{X_1 = 3, X_2 = 10 }}{P{X_2 = 10 }} $
probability poisson-distribution
probability poisson-distribution
asked Dec 31 '18 at 13:15
bm1125bm1125
67816
67816
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Since further info lacks you are entitled to go for the following:
$X=X_1+X_2$ where $X_1,X_2$ are iid and have Poisson distribution with rate $lambda=5$.
The independence tells us that: $$P(X_1leq3mid X_2=10)=P(X_1leq3)$$
$endgroup$
$begingroup$
You mean $ X_1 , X_2 $ are the number of the men and women entering the store with $ lambda = 5 $ each??
$endgroup$
– bm1125
Dec 31 '18 at 14:08
$begingroup$
Yes, that is what I mean. Then $X=X_1+X_2$ has Poisson distribution with rate $10$. The number of men entering the shop will not depend on the number of women (unless they come by e.g. pairs, but no info is given about that).
$endgroup$
– drhab
Dec 31 '18 at 15:02
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%2f3057703%2fcompute-p-x-1-3-x-10-x-sim-pois10%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$
Since further info lacks you are entitled to go for the following:
$X=X_1+X_2$ where $X_1,X_2$ are iid and have Poisson distribution with rate $lambda=5$.
The independence tells us that: $$P(X_1leq3mid X_2=10)=P(X_1leq3)$$
$endgroup$
$begingroup$
You mean $ X_1 , X_2 $ are the number of the men and women entering the store with $ lambda = 5 $ each??
$endgroup$
– bm1125
Dec 31 '18 at 14:08
$begingroup$
Yes, that is what I mean. Then $X=X_1+X_2$ has Poisson distribution with rate $10$. The number of men entering the shop will not depend on the number of women (unless they come by e.g. pairs, but no info is given about that).
$endgroup$
– drhab
Dec 31 '18 at 15:02
add a comment |
$begingroup$
Since further info lacks you are entitled to go for the following:
$X=X_1+X_2$ where $X_1,X_2$ are iid and have Poisson distribution with rate $lambda=5$.
The independence tells us that: $$P(X_1leq3mid X_2=10)=P(X_1leq3)$$
$endgroup$
$begingroup$
You mean $ X_1 , X_2 $ are the number of the men and women entering the store with $ lambda = 5 $ each??
$endgroup$
– bm1125
Dec 31 '18 at 14:08
$begingroup$
Yes, that is what I mean. Then $X=X_1+X_2$ has Poisson distribution with rate $10$. The number of men entering the shop will not depend on the number of women (unless they come by e.g. pairs, but no info is given about that).
$endgroup$
– drhab
Dec 31 '18 at 15:02
add a comment |
$begingroup$
Since further info lacks you are entitled to go for the following:
$X=X_1+X_2$ where $X_1,X_2$ are iid and have Poisson distribution with rate $lambda=5$.
The independence tells us that: $$P(X_1leq3mid X_2=10)=P(X_1leq3)$$
$endgroup$
Since further info lacks you are entitled to go for the following:
$X=X_1+X_2$ where $X_1,X_2$ are iid and have Poisson distribution with rate $lambda=5$.
The independence tells us that: $$P(X_1leq3mid X_2=10)=P(X_1leq3)$$
answered Dec 31 '18 at 13:43
drhabdrhab
103k545136
103k545136
$begingroup$
You mean $ X_1 , X_2 $ are the number of the men and women entering the store with $ lambda = 5 $ each??
$endgroup$
– bm1125
Dec 31 '18 at 14:08
$begingroup$
Yes, that is what I mean. Then $X=X_1+X_2$ has Poisson distribution with rate $10$. The number of men entering the shop will not depend on the number of women (unless they come by e.g. pairs, but no info is given about that).
$endgroup$
– drhab
Dec 31 '18 at 15:02
add a comment |
$begingroup$
You mean $ X_1 , X_2 $ are the number of the men and women entering the store with $ lambda = 5 $ each??
$endgroup$
– bm1125
Dec 31 '18 at 14:08
$begingroup$
Yes, that is what I mean. Then $X=X_1+X_2$ has Poisson distribution with rate $10$. The number of men entering the shop will not depend on the number of women (unless they come by e.g. pairs, but no info is given about that).
$endgroup$
– drhab
Dec 31 '18 at 15:02
$begingroup$
You mean $ X_1 , X_2 $ are the number of the men and women entering the store with $ lambda = 5 $ each??
$endgroup$
– bm1125
Dec 31 '18 at 14:08
$begingroup$
You mean $ X_1 , X_2 $ are the number of the men and women entering the store with $ lambda = 5 $ each??
$endgroup$
– bm1125
Dec 31 '18 at 14:08
$begingroup$
Yes, that is what I mean. Then $X=X_1+X_2$ has Poisson distribution with rate $10$. The number of men entering the shop will not depend on the number of women (unless they come by e.g. pairs, but no info is given about that).
$endgroup$
– drhab
Dec 31 '18 at 15:02
$begingroup$
Yes, that is what I mean. Then $X=X_1+X_2$ has Poisson distribution with rate $10$. The number of men entering the shop will not depend on the number of women (unless they come by e.g. pairs, but no info is given about that).
$endgroup$
– drhab
Dec 31 '18 at 15:02
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%2f3057703%2fcompute-p-x-1-3-x-10-x-sim-pois10%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