Poisson Approximation to Binomial

AI Thread Summary
Using a binomial distribution with n=10 and p=0.5 does not meet the criteria for a Poisson approximation, as n is not large enough and np exceeds 10. Despite this, calculations show that the Poisson approximation yields a probability of 3.4%, while the binomial formula results in 1%. The range calculated using the mean and standard deviation is between 1.8% and 8.4%. The confusion arises from the expectation that the binomial result should fall within this range, highlighting the limitations of using Poisson in this scenario. Overall, the approximation is not reliable due to the failure to meet the necessary conditions.
Victor Frankenstein
Messages
29
Reaction score
0
For a binomial distribution with n=10 and p=0.5 ,we should not use the poisson approximation because both of the conditions n>=100 and np<=10 are not satisfied. SUppose we go way out on a limb and use the Poisson aproximation anyway. Are the resulting probabilities unacceptable approximations? Why or why not ?
 
Physics news on Phys.org
Have you worked out the actual value and the approximation?
 
n=10, p=1/2, x=1, mean=n*p= 5

using the poisson formula i got 3.4%
using binomial formula I got 1%
using (mean)+/- 2(standard deviation) i got 8.4 - 1.8

I don't know If its right, confused because should'nt the binomial furmula give the answer within the maximum and minumum usual values ?
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top