EXCEL NEGBINOMDIST FUNCTION

The Excel NEGBINOMDIST function computes the Negative Binomial Distribution for a given set of conditions based on the likelihood of success from a singular incident.
This indicates the likelihood that a certain number of failures will occur before a certain number of triumphs are reached.
For example, given a 50% chance that a coin flip will fall on heads, the Negbinomdist function may be used to compute the likelihood that you will toss 10 tails before tossing 12 heads.

Syntax :

=NEGBINOMDIST( number_fnumber_sprobability_s )

Parameters :

  • The following parameter are:

number f –

  • The number of failures experienced prior to number s successes.

number s –

  • The number of successes necessary.

probability s –

  • The chance of success in a single trial.

Step By Step Guide of NEGBINOMDIST Function

Example :

The graphic on the right depicts the Negative Binomial Distribution Function for the likelihood that a coin flip would result in precisely x tails before 12 heads.

The spreadsheets below demonstrate the Excel Negbinomdist function, which was used to assess this function for three distinct x values.

The likelihood of tossing a head on any given trial is obviously 0.5, hence this is used as the probability argument in the functions.

 

  • #NUM! – Occurs if either: the supplied number f is 0 or the supplied number s is 1; or the supplied probability s is 0 or greater than 1.
  • #VALUE! – This error occurs if any of the number f, number s, or probability s inputs are not numeric.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now