Articles with the tag:
Close
Changelog
Close
Articles with the tag:
Close
Try in the cloud
Try in the cloud

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.

BINOMDIST Function

Return to previous page
Try now for free Try and make your decision No need to install anything
to see all the features in action