Skip to content
Sahithyan's S2
Sahithyan's S2 — Methods of Mathematics

Approximations

Continuity Correction

The below corrections are used to adjust for the difference between discrete and continuous distributions.

WhenUse
X>xX > xx+0.5x + 0.5
XxX \leq xx+0.5x + 0.5
X<xX < xx0.5x - 0.5
XxX \geq xx0.5x - 0.5

Bin(n,p) to Poisson(p)

If nn is large and pp is small, then finding a defective item in the sample is called a rare event. In practice n>50n>50 and np<5np<5 means the event is considered rare. In above case, the Poisson distribution gives a very close approximation to the binomial distribution.

Generally the approximation between Poisson and Binomial distribution is good when p<0.1p< 0.1 and np<5np < 5.

Bin(n,p)Poisson(np)\text{Bin}(n,p) \approx \text{Poisson}(np)

Normal approximation for Bin(n,p)

When nn is large and np>5np > 5:

Bin(n,p)N(np,np(1p))\text{Bin}(n,p) \approx \text{N}(np, np(1-p))

Normal approximatiox for Poisson(p)

When p>10p > 10:

Poisson(p)N(p,p)\text{Poisson}(p) \approx \text{N}(p, p)

Normal approximation for Student’s t-distribution

When vv is large (typically v>30v \gt 30), or when the sample is large:

tt(v)N(0,1)t \sim t(v) \approx \text{N}(0,1)