BINOMDIST

BINOMDIST(arg1, arg2, arg3, arg4) → { number }

Returns the individual term binomial distribution probability.

Parameters:

Name Type Description
arg1 number

The number of successes in trials.

arg2 number

The number of independent trials.

arg3 number

The probability of success on each trial.

arg4 boolean

Specifies if this is the cumulative distribution function (true) or the probability mass function (false).

Returns:

Type
number