Related Topics: | ||
Description: Returns the inverse of the negative binomial cumulative distribution for the given probability.
Syntax: rv_negative_binomial(Probability, successes, prob_success)
Probability is the value of the distribution.
successes is the number of successes.
prob_success is the probability of success of each trial.
Remarks:
Probability must be > 0 and < 1.
successes 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_negative_binomial(0.6, 3, 0.4)
Returns:
4
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.