ReferenceFunctionsStatistics Functions
NEGBINOM.DIST
NEGBINOM.DIST: Returns negative-binomial probabilities for failures observed before a target success count.
Summary
NEGBINOM.DIST supports exact-failure mode (PMF) and cumulative mode (CDF).
Remarks
number_fis truncated and must be>= 0.number_sis truncated and must be>= 1.probability_smust satisfy0 < p < 1.- Returns
#NUM!when counts or probability are outside valid ranges.
Examples
Negative binomial PMF
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.125
Negative binomial CDF
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.875
Related functions
Runtime metadata
Category
Statistics
Signature
NEGBINOM.DIST(arg1: Number, arg2: Number, arg3: Number, arg4: Number)Arity
min 4, max 4
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
arg4Number · Scalar · coercion NumberLenientText
Caps
PURE
Source