The Excel Binom.Dist.Range function delivers the Binomial Distribution probability for the number of successes from a certain number of trials that fall inside a given range.
Syntax:
=BINOM.DIST.RANGE( trials, probability_s, number_s, [number_s2] )
Parameter:
Trials: Probability_s:
Number_s:
[number_s2]:
An optional parameter that specifies the maximum number of successes for which the probability should be calculated.
If given, [number s2] must be a combination of number s and trials.
If the [number s2] parameter is not provided, the function computes the probability of precisely number s successes.
Example:
The graphic on the right employs the Binomial Distribution Probability Mass Function to calculate the likelihood that x heads will be tossed out of 100 coin flips.
Ask Your Query