Related Topics: | ||
Description: Returns the normal reliability at a given time (i.e., 1 minus the cumulative distribution function).
Syntax: normrel(x, Mean, Standard_dev)
x is the time at which the function is evaluated.
Mean is the mean of the distribution.
Standard_dev is the standard deviation the distribution.
Remarks:
x, Mean and Standard_dev must be numerical.
x and Standard_dev 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:
normrel(42, 40, 1.5)
Returns:
0.091211
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.