bcost_expected: Expected Overall Costs in Binomial RDT Design

Description Usage Arguments Value See Also Examples

View source: R/bcost_expected.R

Description

Define the cost function of expected overall cost including the RDT cost, expected reliabiltiy growth (RG) cost and expected warranty services (WS) cost (for binomial RDT design).

Usage

1
bcost_expected(Cf, Cv, n, G, Cw, N, c, pi)

Arguments

Cf

Fixed costs of RDT

Cv

Variable unit costs of RDT

n

RDT sample size

G

Reliabilty growth cost

Cw

Average cost per warranty claim

N

Sales volume

c

Maximum allowable failures

pi

Failure probability

Value

Overall expected cost

See Also

bcost_RDT, bcost_RG, bcost_WS

Examples

1
2
pi <- pi_MCSim_beta(M = 1000, seed = 10, a = 1, b = 1)
bcost_expected(Cf = 10, Cv = 10, n = 10, G = 100000, Cw = 10, N = 1, c = 1, pi = pi)

BRDT documentation built on July 1, 2020, 9:35 p.m.