InverseBinomial Command
- InverseBinomial( <Number of Trials>, <Probability of Success>, <Cumulative Probability> )
-
Returns least integer n such that P(X ≤ n) ≥ p, where p is the probability and X is binomial random variable given by Number of Trials and Probability of Success.
See also BinomialDist Command. |