Related Topics: | ||
Description: Returns the probability from the triangular cumulative distribution function evaluated at x.
Syntax: pr_triangular(x, a, b, c)
x is the value for which the distribution is evaluated.
a is the lower limit of the distribution.
b is the upper limit of the distribution.
c is a parameter of the distribution.
Remarks:
x, 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:
pr_triangular(0.75, 0, 1, 0.5)
Returns:
0.875000
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.