TI-BASIC Wiki
Advertisement

! This article is a stub. Please help the TI-BASIC Wiki by expanding it


:binomcdf(trials, prob per trial, trials passed)

Returns the probability of the specified binomial distribution having the specified number of passed trials or less.

:binomcdf(trials, prob per trial)

Returns a list of every above probability between 0 and trials.

See Also[]

  • binompdf( - the non-cumulative version of this function.
Advertisement