Related Topics: | ||
Description: Returns the inverse of the inverse gaussian cumulative distribution for the given probability.
Syntax: rv_inverse_gaussian(Probability, Mean, Phi)
Probability is the value of the distribution.
Mean is the arithmetic mean of the distribution.
Phi is the parameter value.
Remarks:
Probability must be > 0 and < 1.
Mean and Phi 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_inverse_gaussian(0.9, 9, 2)
Returns:
16.973958
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.