Stuck at a binomial and Poisson distribution assignment












0












$begingroup$


In one service center every day a number of devices for repair arrive. (The probability that two device arrive at the same time is $0$.) Let $X$ be the random variable that gives the number of devices that arrived for repair in one day.



What is the assumption for the distribution of $X$?



The manager of the service center has gathered data for the number of devices that have arrived in one day:
$$ 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5$$
Does the data that manager has gathered match with the assumed distribution?



Let the average number of the arrived devices be 8. If the total number of arrived devices in 40 days exceeds 350 then the manager will make a decision for the service to work for only one shift. Find the probability for that to happen.



Now for the first one X obviously has a Binomial distribution of $ X sim B(n, p)$



For the second one we can calculate n and p by finding the average value and standard deviation for the data since $E(x)=np$ and $D(x)=np(1-p)$;



However for the third one I have no idea. I assume this is a Poisson distribution with $λ=8 times 40=320$ and I need to find $Plbrace X<=350 rbrace $.



However I have no idea how to calculate that!



Any ideas?










share|cite|improve this question











$endgroup$












  • $begingroup$
    hi, please use LaTeX or MathJax to edit your questions as I did.
    $endgroup$
    – Ahmad Bazzi
    Jan 10 at 18:59










  • $begingroup$
    Okey I'll keep that in mind next time
    $endgroup$
    – David Mathers
    Jan 10 at 19:01










  • $begingroup$
    Th meaning of the line with 1's, 2's, ..., 5's is unclear. If these are 34 daily counts sorted in order, then they do not fit either a binomial or a Poisson distribution. For one thing values in this range would need to show some 0's to match either distribution. // Later on, perhaps you meant to say "does not exceed 350." In any case, if $X sim mathsf{Pois}(lambda=320),$ then $P(X le 350)=0.9543,$ computed in R statistical software with code ppois(350, 320), which returns 0.9543056; you can probably come "close" to this answer using a normal aprx with $mu = 320, sigma=sqrt{320}.$
    $endgroup$
    – BruceET
    Jan 11 at 7:32












  • $begingroup$
    Thanks for the answer. Anyway you're right for the second one a binomial distribution doesn't fit and a Poisson distribution is more logical(We can estimate λ using the data given). However can the binomial distribution also be applied?
    $endgroup$
    – David Mathers
    Jan 12 at 15:58
















0












$begingroup$


In one service center every day a number of devices for repair arrive. (The probability that two device arrive at the same time is $0$.) Let $X$ be the random variable that gives the number of devices that arrived for repair in one day.



What is the assumption for the distribution of $X$?



The manager of the service center has gathered data for the number of devices that have arrived in one day:
$$ 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5$$
Does the data that manager has gathered match with the assumed distribution?



Let the average number of the arrived devices be 8. If the total number of arrived devices in 40 days exceeds 350 then the manager will make a decision for the service to work for only one shift. Find the probability for that to happen.



Now for the first one X obviously has a Binomial distribution of $ X sim B(n, p)$



For the second one we can calculate n and p by finding the average value and standard deviation for the data since $E(x)=np$ and $D(x)=np(1-p)$;



However for the third one I have no idea. I assume this is a Poisson distribution with $λ=8 times 40=320$ and I need to find $Plbrace X<=350 rbrace $.



However I have no idea how to calculate that!



Any ideas?










share|cite|improve this question











$endgroup$












  • $begingroup$
    hi, please use LaTeX or MathJax to edit your questions as I did.
    $endgroup$
    – Ahmad Bazzi
    Jan 10 at 18:59










  • $begingroup$
    Okey I'll keep that in mind next time
    $endgroup$
    – David Mathers
    Jan 10 at 19:01










  • $begingroup$
    Th meaning of the line with 1's, 2's, ..., 5's is unclear. If these are 34 daily counts sorted in order, then they do not fit either a binomial or a Poisson distribution. For one thing values in this range would need to show some 0's to match either distribution. // Later on, perhaps you meant to say "does not exceed 350." In any case, if $X sim mathsf{Pois}(lambda=320),$ then $P(X le 350)=0.9543,$ computed in R statistical software with code ppois(350, 320), which returns 0.9543056; you can probably come "close" to this answer using a normal aprx with $mu = 320, sigma=sqrt{320}.$
    $endgroup$
    – BruceET
    Jan 11 at 7:32












  • $begingroup$
    Thanks for the answer. Anyway you're right for the second one a binomial distribution doesn't fit and a Poisson distribution is more logical(We can estimate λ using the data given). However can the binomial distribution also be applied?
    $endgroup$
    – David Mathers
    Jan 12 at 15:58














0












0








0





$begingroup$


In one service center every day a number of devices for repair arrive. (The probability that two device arrive at the same time is $0$.) Let $X$ be the random variable that gives the number of devices that arrived for repair in one day.



What is the assumption for the distribution of $X$?



The manager of the service center has gathered data for the number of devices that have arrived in one day:
$$ 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5$$
Does the data that manager has gathered match with the assumed distribution?



Let the average number of the arrived devices be 8. If the total number of arrived devices in 40 days exceeds 350 then the manager will make a decision for the service to work for only one shift. Find the probability for that to happen.



Now for the first one X obviously has a Binomial distribution of $ X sim B(n, p)$



For the second one we can calculate n and p by finding the average value and standard deviation for the data since $E(x)=np$ and $D(x)=np(1-p)$;



However for the third one I have no idea. I assume this is a Poisson distribution with $λ=8 times 40=320$ and I need to find $Plbrace X<=350 rbrace $.



However I have no idea how to calculate that!



Any ideas?










share|cite|improve this question











$endgroup$




In one service center every day a number of devices for repair arrive. (The probability that two device arrive at the same time is $0$.) Let $X$ be the random variable that gives the number of devices that arrived for repair in one day.



What is the assumption for the distribution of $X$?



The manager of the service center has gathered data for the number of devices that have arrived in one day:
$$ 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5$$
Does the data that manager has gathered match with the assumed distribution?



Let the average number of the arrived devices be 8. If the total number of arrived devices in 40 days exceeds 350 then the manager will make a decision for the service to work for only one shift. Find the probability for that to happen.



Now for the first one X obviously has a Binomial distribution of $ X sim B(n, p)$



For the second one we can calculate n and p by finding the average value and standard deviation for the data since $E(x)=np$ and $D(x)=np(1-p)$;



However for the third one I have no idea. I assume this is a Poisson distribution with $λ=8 times 40=320$ and I need to find $Plbrace X<=350 rbrace $.



However I have no idea how to calculate that!



Any ideas?







probability statistics






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 10 at 19:42









Bernard

119k740113




119k740113










asked Jan 10 at 18:55









David MathersDavid Mathers

143




143












  • $begingroup$
    hi, please use LaTeX or MathJax to edit your questions as I did.
    $endgroup$
    – Ahmad Bazzi
    Jan 10 at 18:59










  • $begingroup$
    Okey I'll keep that in mind next time
    $endgroup$
    – David Mathers
    Jan 10 at 19:01










  • $begingroup$
    Th meaning of the line with 1's, 2's, ..., 5's is unclear. If these are 34 daily counts sorted in order, then they do not fit either a binomial or a Poisson distribution. For one thing values in this range would need to show some 0's to match either distribution. // Later on, perhaps you meant to say "does not exceed 350." In any case, if $X sim mathsf{Pois}(lambda=320),$ then $P(X le 350)=0.9543,$ computed in R statistical software with code ppois(350, 320), which returns 0.9543056; you can probably come "close" to this answer using a normal aprx with $mu = 320, sigma=sqrt{320}.$
    $endgroup$
    – BruceET
    Jan 11 at 7:32












  • $begingroup$
    Thanks for the answer. Anyway you're right for the second one a binomial distribution doesn't fit and a Poisson distribution is more logical(We can estimate λ using the data given). However can the binomial distribution also be applied?
    $endgroup$
    – David Mathers
    Jan 12 at 15:58


















  • $begingroup$
    hi, please use LaTeX or MathJax to edit your questions as I did.
    $endgroup$
    – Ahmad Bazzi
    Jan 10 at 18:59










  • $begingroup$
    Okey I'll keep that in mind next time
    $endgroup$
    – David Mathers
    Jan 10 at 19:01










  • $begingroup$
    Th meaning of the line with 1's, 2's, ..., 5's is unclear. If these are 34 daily counts sorted in order, then they do not fit either a binomial or a Poisson distribution. For one thing values in this range would need to show some 0's to match either distribution. // Later on, perhaps you meant to say "does not exceed 350." In any case, if $X sim mathsf{Pois}(lambda=320),$ then $P(X le 350)=0.9543,$ computed in R statistical software with code ppois(350, 320), which returns 0.9543056; you can probably come "close" to this answer using a normal aprx with $mu = 320, sigma=sqrt{320}.$
    $endgroup$
    – BruceET
    Jan 11 at 7:32












  • $begingroup$
    Thanks for the answer. Anyway you're right for the second one a binomial distribution doesn't fit and a Poisson distribution is more logical(We can estimate λ using the data given). However can the binomial distribution also be applied?
    $endgroup$
    – David Mathers
    Jan 12 at 15:58
















$begingroup$
hi, please use LaTeX or MathJax to edit your questions as I did.
$endgroup$
– Ahmad Bazzi
Jan 10 at 18:59




$begingroup$
hi, please use LaTeX or MathJax to edit your questions as I did.
$endgroup$
– Ahmad Bazzi
Jan 10 at 18:59












$begingroup$
Okey I'll keep that in mind next time
$endgroup$
– David Mathers
Jan 10 at 19:01




$begingroup$
Okey I'll keep that in mind next time
$endgroup$
– David Mathers
Jan 10 at 19:01












$begingroup$
Th meaning of the line with 1's, 2's, ..., 5's is unclear. If these are 34 daily counts sorted in order, then they do not fit either a binomial or a Poisson distribution. For one thing values in this range would need to show some 0's to match either distribution. // Later on, perhaps you meant to say "does not exceed 350." In any case, if $X sim mathsf{Pois}(lambda=320),$ then $P(X le 350)=0.9543,$ computed in R statistical software with code ppois(350, 320), which returns 0.9543056; you can probably come "close" to this answer using a normal aprx with $mu = 320, sigma=sqrt{320}.$
$endgroup$
– BruceET
Jan 11 at 7:32






$begingroup$
Th meaning of the line with 1's, 2's, ..., 5's is unclear. If these are 34 daily counts sorted in order, then they do not fit either a binomial or a Poisson distribution. For one thing values in this range would need to show some 0's to match either distribution. // Later on, perhaps you meant to say "does not exceed 350." In any case, if $X sim mathsf{Pois}(lambda=320),$ then $P(X le 350)=0.9543,$ computed in R statistical software with code ppois(350, 320), which returns 0.9543056; you can probably come "close" to this answer using a normal aprx with $mu = 320, sigma=sqrt{320}.$
$endgroup$
– BruceET
Jan 11 at 7:32














$begingroup$
Thanks for the answer. Anyway you're right for the second one a binomial distribution doesn't fit and a Poisson distribution is more logical(We can estimate λ using the data given). However can the binomial distribution also be applied?
$endgroup$
– David Mathers
Jan 12 at 15:58




$begingroup$
Thanks for the answer. Anyway you're right for the second one a binomial distribution doesn't fit and a Poisson distribution is more logical(We can estimate λ using the data given). However can the binomial distribution also be applied?
$endgroup$
– David Mathers
Jan 12 at 15:58










0






active

oldest

votes











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3069051%2fstuck-at-a-binomial-and-poisson-distribution-assignment%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3069051%2fstuck-at-a-binomial-and-poisson-distribution-assignment%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Mario Kart Wii

What does “Dominus providebit” mean?

Antonio Litta Visconti Arese