Related Topics: | ||
Description: Uses the non-parametric binomial test planning method to return the required sample size for a given reliability, number of failures and confidence level.
Syntax: RDT_NPB_N(Reliability, Failures, Confidence Level)
Reliability is the reliability achieved during 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:
Reliability must be a value greater than 0 and less than 1.
Confidence Level must be a value greater than 0 and less than 1.
Example:
RDT_NPB_N(0.85,10,0.81) = 89.97267072
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.