Expression Language Reference
    Preparing search index...
    • Returns the negative binomial distribution.

      Category: Statistical

      Parameters

      • number_f: any

        The number of failures.

      • number_s: any

        The threshold number of successes.

      • probability_s: any

        The probability of a success.

      • cumulative: any

        A logical value that determines the form of the function. If cumulative is TRUE, NEGBINOM.DIST returns the cumulative distribution function; if FALSE, it returns the probability density function.

      Returns any