binom_dist_range
Probability of binomial successes in a range.
Syntax
Section titled “Syntax”v = binom_dist_range(trials, probability_s, number_s, number_s2)Description
Section titled “Description”Returns the probability that the number of successes is between number_s and number_s2 (inclusive). With number_s2 omitted, returns the probability of exactly number_s successes.
Example
Section titled “Example”binom_dist_range(60, 0.75, 45, 50)See also
Section titled “See also”binom_dist— Binomial-distribution PDF or CDF.binom_inv— Inverse binomial CDF (smallest k with CDF ≥ alpha).