EDBINOMIAL(p;n;bp)
equivalent deviate corresponding to cumulative lower probability p
for a binomial distribution with n
trials and probability of success bp
(returns the smallest integer x
such that the probability of up to x
successes is greater than or equal to p
).
EDBINOMIAL
Updated on December 4, 2017