Related Topics: | ||
Description: Returns the probability from the normal cumulative distribution function evaluated at x.
Syntax: pr_normal(x, Mean, Standard_dev)
x is the value of the function.
Mean is the arithmetic mean of the distribution.
Standard_dev is the standard deviation of the distribution.
Remarks:
x and Mean must be numerical and >= 0.
Standard_dev 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_normal(42, 40, 1.5)
Returns:
0.908789
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.