Related Topics: | ||
Description: Returns the mean of the exponential distribution.
Syntax: exponmean(Lambda, Gamma)
Lambda is the parameter value.
Gamma is the location value.
Remarks:
Gamma must be numerical.
Lambda must be > 0.
All parameter values can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
exponmean(1, 2)
Returns:
3.000000
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.