• Home
  • BINOM.DIST.RANGE Function

BINOM.DIST.RANGE Function

The BINOM.DIST.RANGE function is one of the statistical functions. It is used to return the probability of a trial result using a binomial distribution.

Syntax

BINOM.DIST.RANGE(trials, probability_s, number_s, [number_s2])

The BINOM.DIST.RANGE function has the following arguments:

ArgumentDescription
trialsThe number of trials, a numeric value greater than or equal to number_s.
probabilityThe success probability of each trial, a numeric value greater than or equal to 0 but less than or equal to 1.
number_sThe minimum number of successes in the trials you want to calculate probability for, a numeric value greater than or equal to 0.
number_s2An optional argument. The maximum number of successes in the trials you want to calculate probability for, a numeric value greater than number_s and less than or equal to trials.
Notes

How to apply the BINOM.DIST.RANGE function.

Examples

The figure below displays the result returned by the BINOM.DIST.RANGE function.

BINOM.DIST.RANGE Function

Host ONLYOFFICE Docs on your own server or use it in the cloud

Article with the tag:
Browse all tags