Related Topics: | ||
Description: Returns the probability from the Poisson cumulative distribution function evaluated at x.
Syntax: pr_poisson(x, Mean)
x is the value for which the distribution is evaluated.
Mean is the expected numeric value.
Remarks:
x and Mean 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_poisson(2.5, 1)
Returns:
0.040160
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.