Related Topics: | ||
Description: Returns the inverse of the binomial cumulative distribution for the given probability.
Syntax: rv_binomial(Probability, Trials, prob_success)
Probability is the value of the distribution.
Trials is the number of independent trials.
prob_success is the probability of success of each trial.
Remarks:
Probability must be > 0 and < 1.
Trials must be numerical and > 0.
prob_success must be numerical and > 0 and < 1.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
rv_binomial(0.06, 8, 0.7)
Returns:
3
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.