• Home
  • BINOMDIST Function

BINOMDIST Function

The BINOMDIST function is one of the statistical functions. It is used to return the individual term binomial distribution probability.

Syntax

BINOMDIST(number_s, trials, probability_s, cumulative)

The BINOMDIST function has the following arguments:

ArgumentDescription
number_sThe number of successes in the trials, a numeric value greater than or equal to 0.
trialsThe number of trials, a numeric value greater than or equal to number_s.
probability_sThe success probability of each trial, a numeric value greater than or equal to 0 but less than or equal to 1.
cumulativeA logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability mass function.
Notes

How to apply the BINOMDIST function.

Examples

The figure below displays the result returned by the BINOMDIST function.

BINOMDIST Function

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

Article with the tag:
Browse all tags