- 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:
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 BINOMDIST function.
Examples
The figure below displays the result returned by the BINOMDIST function.
Host ONLYOFFICE Docs on your own server or use it in the cloud
Article with the tag:
Browse all tags