BINOM_DIST_RANGE

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

Returns the probability of a trial result using a binomial distribution.

Parameters:

Name Type Description
arg1 number

The number of independent trials.

arg2 number

The probability of success on each trial.

arg3 number

The minimum number of successes in the trials to calculate probability for, a numeric value greater than or equal to 0.

arg4 number

The maximum number of successes in the trials to calculate probability for, a numeric value greater than the minimum number of successes and less than or equal to trials.

Returns:

Type
number