=NEGBINOMDIST(number_of_successes,trials,probability_of_success,cumulative)
=NEGBINOMDIST(3, 5, 0.4)
In this example, the NEGBINOMDIST function is used to calculate the probability of getting the third failure on the fifth trial in a series of independent Bernoulli trials, where the probability of failure on each trial is 0.4. The formula returns the probability of this event occurring, which is approximately 0.13824.
=NEGBINOMDIST(2, 7, 0.3)
In this example, the NEGBINOMDIST function is used to calculate the probability of getting the second failure on the seventh trial in a series of independent Bernoulli trials, where the probability of failure on each trial is 0.3. The formula returns the probability of this event occurring, which is approximately 0.18522.
The NEGBINOMDIST function is used to determine the probability of an event occurring at least once. It takes four inputs, including the probability of the event occurring and the number of successes and chances. The function returns the probability of the event occurring at least once.