Expression Language Reference
    Preparing search index...
    • Returns the probability of a trial result using a binomial distribution.

      Category: Statistical

      Parameters

      • trials: any

        The number of independent trials. Must be greater than or equal to 0.

      • probability_s: any

        The probability of success in each trial. Must be greater than or equal to 0 and less than or equal to 1.

      • number_s: any

        The number of successes in trials. Must be greater than or equal to 0 and less than or equal to Trials.

      • number_s2: any

        Optional. If provided, returns the probability that the number of successful trials will fall between Number_s and number_s2. Must be greater than or equal to Number_s and less than or equal to Trials.

      Returns number | Error