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