BINOM.DIST.RANGE
probability of a trial result range · from excel · excel: not yet compared · no sheets equivalent
signature
BINOM.DIST.RANGE(trials, probability_s, number_s, [number_s2])
returns: number
| argument | required |
|---|---|
| trials | required |
| probability_s | required |
| number_s | required |
| number_s2 | optional · defaults to 3 |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=BINOM.DIST.RANGE(10, 0.5, 3, 6) 0.7734374999999979 errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #NUM! | =BINOM.DIST.RANGE(2, 0.5, 3) |
related
- AVEDEV average of absolute deviations from the mean
- AVERAGE.WEIGHTED average of values weighted by a second range
- AVERAGEA averages values including text and logicals
- AVERAGEIF averages cells that match a condition
- AVERAGEIFS averages cells matching multiple conditions
- BETA.DIST beta distribution