Related Topics: | ||
Description: Returns the inverse of the generalized gamma cumulative distribution for the given probability.
Syntax: rv_g_gamma(Probability, Mean, Standard_dev, Lambda)
Probability is the value of the distribution.
Mean is the arithmetic mean of the distribution.
Standard_dev is the standard deviation of the distribution.
Lambda is the parameter value.
Remarks:
Probability must be numerical and > 0 and < 1.
Standard_dev must be numerical and > 0.
Mean and Lambda must be numerical.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
rv_g_gamma(0.9, 9, 2, 0)
Returns:
105145.788822
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.