The Relationship Between the Binomial and Poisson Distributions @jbstatistics
The Relationship Between the Binomial and Poisson Distributions  @jbstatistics
Uploaded November 2012 | Updated September 2026, 2 hours ago
A look at the relationship between the binomial and Poisson distributions (roughly, that the Poisson distribution approximates the binomial for large n and small p). I work through some calculations in an example, showing that the approximate probability from the Poisson can be quite close to the exact probability from the binomial distribution.

(The example used involves albinism. Albinism affects all races, but the rates of albinism vary a little around the world. In Europe and North America, roughly 1 in 20,000 people have some form of albinism).

For those using R, here is the R code to find the probabilities for the example in this video:

Finding the probability of getting exactly 2 with albinism in a random sample of 1000 Europeans.

Binomial (exact):
dbinom(2,1000,1/20000)
[1] 0.001187965

Poisson (approximate):
dpois(2,1000*1/20000)
[1] 0.001189037
The Relationship Between the Binomial and Poisson DistributionsContinuous Probability Distributions: Intro + the Uniform (STAT  I – Full Lecture)Deriving the least squares estimators of the slope and intercept (simple linear regression)Inference for Two Means:  To pool or not to pool? (Old, fast version)One-Way ANOVA:  The FormulasInference for One Proportion: An ExampleThe Sampling Distribution of the Sample ProportionAn Introduction to Inference for Two ProportionsSimple Linear Regression: AssumptionsSimple Linear Regression: A Full Example (Old, fast version)Chi-square Tests for One-way TablesFinding the Appropriate z Value for the Confidence Interval Formula (Using a Table)
jbstatistics |

The Relationship Between the Binomial and Poisson Distributions

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER