BINOM.DIST.RANGE

BINOM.DIST.RANGE probability of the binomial distribution over an interval

Synopsis

BINOM.DIST.RANGE(trials,p,start,end)

Arguments

trials: number of trials

p: probability of success in each trial

start: start of the interval

end: end of the interval, defaults to start

Note

If start, end or trials are non-integer they are truncated. If trials < 0 this function returns a #NUM! error. If p < 0 or p > 1 this function returns a #NUM! error. If start > end this function returns 0.

OpenDocument Format (ODF) Compatibility

This function is OpenFormula compatible.

See also

BINOMDIST, R.PBINOM.