Related Topics: | ||
Description: Returns the inverse of the uniform cumulative distribution for the given probability.
Syntax: rv_uniform(Probability, a, b)
Probability is the value of the distribution.
a is a parameter of the distribution.
b is a parameter of the distribution.
Remarks:
Probability must be numerical and > 0 and < 1.
a and b 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_uniform(0.9, 1, 7)
Returns:
6.400000
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.