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.