Related Topics: | ||
Description: Returns the inverse of the gamma cumulative distribution for the given probability.
Syntax: rv_gamma(Probability, Alpha, Beta)
Probability is the value of the distribution.
Alpha is a parameter of the distribution.
Beta is a parameter of the distribution. If beta = 1, rv_gamma returns the standard gamma distribution.
Remarks:
Probability must be > 0 and < 1.
Alpha and Beta must be numerical and >= 0.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
rv_gamma(0.9, 9, 1)
Returns:
12.994712
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.