Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

NEGBINOM. DIST Function - Function Returns the Negative Binomial

Explore NEGBINOM. DIST Function - Function Returns the Negative Binomial with a clear overview, practical guidance, key features with practical examples.

Table of Contents

This guide provides a practical overview of NEGBINOM. DIST Function - Function Returns the Negative Binomial, including its main features, benefits, limitations, and important considerations.

NEGBINOM. DIST Function - Function Returns the Negative Binomial screenshot

Description: The function returns a negative binomial distribution, the probability that there will be Number_f failures before the number_s success attempt , with the probability of success being Probability_s . Support functions from Excel 2010 onwards.

Syntax: NEGBINOM. DIST (number_f, number_s, probability_s, cumulative)

Inside:

- number_f: The number of failures, is a required parameter .

- number_s: Threshold of success, is a required parameter.

- probability_s: Probability of success, is a required parameter.

- cumulative: A logical value that determines the form of the function, which is a required parameter, including:

+ cumulative = True -> returns the cumulative distribution function.

+ cumulative = False -> returns the probability density function.

Attention:

- If number_f, number_s are not integers -> they are truncated to integers.

- Any function argument except cumulative not a number -> function returns the #VALUE! Error value

- If probability_s <0 or probability> 1 -> the function returns the #NUM! Error value

- If number_f <0 or number_s <1 -> the function returns the #NUM! Error value

- The equation for the negative binomial distribution is:

[nbleft ({x; r, p} right) = left ({begin {array} {* {20} {c}} {x + r - 1} {r - 1} end {array}} right) p ' {left ({1 - p} right) ^ N}]

Inside:

x is number_f, r is number_s, and p is probability_s.

For example:

Find the cumulative negative binomial distribution and the probability with the values in the following data table:

NEGBINOM. DIST Function - Function Returns the Negative Binomial screenshot 2

- Calculate cumulative negative binomial distributions (corresponding to True values ) . In a cell to calculate, enter the formula : = NEGBINOM. DIST (D6, D7, D8, D9)

NEGBINOM. DIST Function - Function Returns the Negative Binomial screenshot 3

- Press Enter -> cumulative negative binomial distribution is:

NEGBINOM. DIST Function - Function Returns the Negative Binomial screenshot 4

- Calculate probability binomial distribution (corresponding to False value ) . In a cell to calculate, enter the formula : = NEGBINOM. DIST (D6, D7, D8, D10)

NEGBINOM. DIST Function - Function Returns the Negative Binomial screenshot 5

- Press Enter -> negative binomial distribution probability is:

NEGBINOM. DIST Function - Function Returns the Negative Binomial screenshot 6

- There is a slight difference in value between cumulative negative binomial distribution function and probability negative binomial distribution.

Above are instructions and some specific examples when using the NEGBINOM. DIST function in Excel.

Good luck!

FAQ

What should I know about NEGBINOM. DIST Function - Function Returns the Negative Binomial?

Focus on the key features, requirements, limitations, and practical use cases explained in this guide.

How do I get the best results with NEGBINOM. DIST Function - Function Returns the Negative Binomial?

Follow the recommended steps, use current software or information, confirm compatibility, and review settings before major changes.

Are there any risks or limitations?

Potential limitations depend on compatibility, data quality, cost, privacy, support, and how the product or method is used.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.