Related Topics: | ||
Description: Returns the probability from the exponential cumulative distribution function evaluated at x.
Syntax: pr_exponential(x, Lambda, Gamma)
x is the value for which the distribution is evaluated.
Lambda is a parameter of the distribution.
Gamma is the location parameter.
Remarks:
x, Lambda and Gamma 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_exponential(1.9,5,1)
Returns:
0.988891
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.