Related Topics: | ||
Description: Returns the probability from the generalized gamma cumulative distribution function evaluated at x.
Syntax: pr_g_gamma(x, Mean, Standard_dev, Lambda)
x is the value for which the distribution is evaluated.
Mean is the arithmetic mean of the distribution.
Standard_dev is the standard deviation of the distribution.
Lambda is the parameter value.
Remarks:
x must be numerical and >= 0.
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:
pr_g_gamma(10, 9, 2, 0)
Returns:
0.000406
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.