Review of The Binomial Distribution: by Young Jun Choi
Review of The Binomial Distribution: by Young Jun Choi
Binomial Distribution
By Young Jun Choi
Definition
• The Binomial Distribution is the
distribution of ___?___
Definition
• The Binomial Distribution is the
distribution of COUNTS.
• It counts the number of successes in a
certain number of trials.
For example, if one wanted to
find out how many free throws a
basketball player makes in one
game, one would…
COUNT the number of
shots he or she made.
Wait…so does that mean the
distribution of the shots made is
binomial?
⎛n⎞ k
p(x = k) = ⎜ ⎟p (1− p)n−k
⎝k ⎠
Can you explain this formula?
(Test Question)
⎛n⎞ k n− k
p(x = k) = ⎜ ⎟p (1 − p)
⎝k ⎠
• To find the probability of k successes, you find
⎛ n ⎞is the number of sequences containing k
, which
⎜ ⎟
⎝ ⎠
numberkof successes. Then, you multiply by the
probability of k successes and probability of n-k
failures.
If we were to toss 10 coins,
the probability of getting 6
successes is...
⎛10 ⎞ 6 4
p(x = 6) = ⎜ ⎟(.5) (.5) ≈ .2051
⎝6 ⎠
How would we do this on the
calculator?
• You can go to the MATH key, then to PRB
and find the function nCr. This is the same
as ⎛⎜ n ⎞⎟ . Put the value of n before nCr and
the⎝number
k⎠ of successes you want after nCr.
Then you multiply by .
k n− k
• Or you can use the function p (1−binompdf.
p)
Binompdf(# of trials, p, x)
What’s the difference between
binompdf and binomcdf?
• If we were looking for the probability of
getting 6 heads out of 10 tosses, then
binompdf only finds the likelihood of
getting 6 successes.
• Binomcdf adds up all the probability of
successes up to that certain number, 6 in
this case, of successes, starting from 0 to k.
What is the mean and the standard
deviation of the binomial
distribution?
μ = np
σ = np(1 − p)
Is this distribution normal?