Related Topics: | ||
Description: Uses the non-parametric binomial test planning method to return the demonstrated reliability for a given sample size, number of failures and confidence level.
Syntax: RDT_NPB_R(Sample Size, Failures, Reliability)
Sample Size is the number of units in the test.
Failures is the number of failures during the test.
Confidence Level is the confidence level of the results achieved during the test.
Remarks:
Confidence Level must be a value greater than 0 and less than 1.
Example:
RDT_NPB_R(100,5,0.95) = 0.8977708346
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.