An Introduction to the Poisson Distribution @jbstatistics
An Introduction to the Poisson Distribution  @jbstatistics
Uploaded October 2013 | Updated September 2026, 2 hours ago
An introduction to the Poisson distribution. I discuss the conditions required for a random variable to have a Poisson distribution. work through a simple calculation example, and briefly discuss the relationship between the binomial distribution and the Poisson distributions.

Plutonium-239 example (an average of 2.3 radioactive decays per second).

Finding the probability of exactly 3 radioactive decays in a 2 second period:
dpois(3,2*2.3)
[1] 0.1630676

Finding the probability of no more than 3 radioactive decays in a 2 second period:
dpois(0,2*2.3)+dpois(1,2*2.3)+dpois(2,2*2.3)+dpois(3,2*2.3)
[1] 0.3257063
or
ppois(3,2*2.3)
[1] 0.3257063
An Introduction to the Poisson DistributionBasic Probability: The Multiplication RuleThe Relationship Between Confidence Intervals and Hypothesis TestsAn Introduction to Inference for the Ratio of Two VariancesOne-Way ANOVA:  LSD confidence intervalst Tests for One Mean: An ExampleConfidence Intervals for One Mean:  Determining the Required Sample Size.The Sampling Distribution of the Ratio of Sample VariancesContinuous Probability Distributions: The Normal Distribution (STAT  I – Full Lecture)An Introduction to Inference for One Variance (Assuming a Normally Distributed Population)Z Tests for One Mean:  The p-valueConfidence Intervals for One Mean:  Investigating the Normality Assumption
jbstatistics |

An Introduction to the Poisson Distribution

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER