The binomial distribution functions are functions of a nonnegative integer x,
Binomial distribution tables found in statistics books give selected values
of either the binomial probability density function
BinomialDen(x;n, p) or the cumulative distribution function
BinomialDist(x;n, p).
The binomial density
BinomialDen(x;n, p) gives the probability of x
successes in n independent Bernoulli trials, when the probability of
success at each trial is p. It is by far the most common discrete
distribution, since people deal with many experiments in which a dichotomous
classification of the result is of primary interest. The name binomial distribution comes from the fact that the coefficients
=
are commonly called binomial
coefficients.
The binomial distribution function with parameters n and p can be
approximated by the normal distribution with mean np and variance
np1 - p
; that is,
Pr(X | ≤ | 54) = |
|
The following plot shows the graph of
NormalDist(x;55.0, 24.75) and
a polygonal plot of
BinomialDist(x;100,.55) for
0≤x≤100.
dtbpFU3in2.0003in0ptNormal and Binomial distributions