Learn R Programming

BRDT (version 0.1.0)

bcost_RG: 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

Run this code
# NOT RUN {
bcost_RG(G = 100000);
# }

Run the code above in your browser using DataLab