- Home
- BINOM.DIST Function
BINOM.DIST Function
The BINOM.DIST function is one of the statistical functions. It is used to return the individual term binomial distribution probability.
Syntax
BINOM.DIST(number_s, trials, probability_s, cumulative)
The BINOM.DIST function has the following arguments:
Argument | Description |
---|---|
number_s | The number of successes in the trials, a numeric value greater than or equal to 0. |
trials | The number of trials, a numeric value greater than or equal to number_s. |
probability_s | The success probability of each trial, a numeric value greater than or equal to 0 but less than or equal to 1. |
cumulative | A 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 BINOM.DIST function.
Examples
The figure below displays the result returned by the BINOM.DIST function.
Host ONLYOFFICE Docs on your own server or use it in the cloud
Article with the tag:
Browse all tags