NEGBINOM.DIST(number_f, number_s, probability_s, cumulative) |
Returns the probability of getting less than or equal to a particular value in a negative binomial distribution. |
number_f | The number of failures. |
number_s | The threshold number of successes. |
probability_s | The probability of a success. |
cumulative | The type of function to use True = cumulative probability function False = probability mass function |
Remarks |
* Added in Excel 2010. * This function replaces the NEGBINOMDIST function. * The negative binomial distribution is a discrete distribution. * For the Microsoft documentation refer to support.office.com |
|
© 2021 Better Solutions Limited. All Rights Reserved. © 2021 Better Solutions Limited Top