bcost_RG {BRDT} | R Documentation |
Reliability Growth Cost
Description
Define the cost function of reliabiltiy growth (RG) after the decision of the test (for binomial RDT).
Usage
bcost_RG(G)
Arguments
G |
A constant value reliabilty growth cost, suggest to be sufficiently larger than RDT cost. |
Value
Reliability growth cost
See Also
bcost_RDT
, bcost_WS
, bcost_expected
Examples
bcost_RG(G = 100000);
[Package BRDT version 0.1.0 Index]