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_f, number_s, probability_s )
Parameters :
number f –
number s –
probability s –
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.
Ask Your Query