Related Topics: | ||
Description: Returns the inverse of the loglogistic cumulative distribution for the given probability.
Syntax: rv_loglogistic(Probability, Mean, Standard_dev)
Probability is the value of the distribution.
Mean is the arithmetic mean of the distribution.
Standard_dev is the standard deviation of the distribution.
Remarks:
Probability must be > 0 and < 1.
Mean must be numerical and >= 0.
Standard_dev 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_loglogistic(0.9, 9, 0.57)
Returns:
28351.012111
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.