MFM_Indicator {MSRDT} | R Documentation |
Define the binary indicator function to check whether the failure probability satisfies the lower level reliability requirements for each failure mode (for Multi-state RDT, Multiple Failure Models)
MFM_Indicator(pivec, Rvec)
pivec |
Failure probability for each separate period. |
Rvec |
Lower level reliability requirements for each cumulative period from the begining of the test. |
0 – No; 1 – Yes.
MFM_core
for getting the core probability of passting the test;
MFM_consumerrisk
for getting the consumer's risk;
MFM_optimal_n
for getting the optimal test sample size;
Other MSRDT for MFM functions:
MFM_consumerrisk()
,
MFM_core()
,
MFM_optimal_n()
MFM_Indicator(pivec = c(0.1, 0.2), Rvec = c(0.8, 0.6))
MFM_Indicator(pivec = c(0.1, 0.2, 0.1), Rvec = c(0.8, 0.6, 0.4))
MFM_Indicator(pivec = c(0.1, 0.4), Rvec = c(0.8, 0.7))