TI-83 Plus Inferential Statistics and Distributions 431
probabilities from 0 to numtrials is returned. The probability density
function (pdf) is:
nxpp
x
n
xf xnx ,,1,0,)1()( K
=
=
where n = numtrials
binompdf(numtrials,p[,x])
binomcdf(
binomcdf( computes a cumulative probability at x for the discrete binomial
distribution with the specified numtrials and probability of success (p) on
each trial. x can be a real number or a list of real numbers. 0p1 must
be true. numtrials must be an integer > 0. If you do not specify x, a list of
cumulative probabilities is returned.
binomcdf(numtrials,p[,x])