Related Topics: | ||
Description: Returns the inverse of the triangular cumulative distribution for the given probability.
Syntax: rv_triangular(Probability, a, b, c)
Probability is the value of the distribution.
a is the lower limit of the distribution.
b is the upper limit of the distribution.
c is a parameter of the distribution.
Remarks:
Probability must be > 0 and < 1.
a, b and c 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_triangular(0.75, 0,1, 0.5, 0.35)
Returns:
0.377526
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.