Expression Language Reference
    Preparing search index...
    • Returns the individual term binomial distribution probability.

      Category: Statistical

      Parameters

      • number_s: any

        The number of successes in trials.

      • trials: any

        The number of independent trials.

      • probability_s: any

        The probability of success on each trial.

      • cumulative: any

        A logical value that determines the form of the function. If cumulative is TRUE, then BINOM.DIST returns the cumulative distribution function, which is the probability that there are at most number_s successes; if FALSE, it returns the probability mass function, which is the probability that there are number_s successes.

      Returns any