BINOM.DIST

Binomial distribution[1][2].

Syntax:

BINOM.DIST( number of successes:Integer, number of trials:Integer, probability of success:Number, cumulative:Boolean )

Returns the value of the cumulative distribution function (CDF) or the probability mass function (PMF) for the binomial distribution with given number of successes and number of trials and the probability of success (in [0,1]) for each trial.

cumulative selects CDF (TRUE) or PMF (FALSE).

Revisions:

This function was added in Fireworkz 2.00.

  1. Weisstein, Eric W. "Binomial Distribution." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/BinomialDistribution.html
  2. "Binomial Distribution." Chapter V, Section G, Online Statistics Education: A Multimedia Course of Study (http://onlinestatbook.com/). Project Leader: David M. Lane, Rice University.