pm: Matrix of _p_-vector combinations

Description Usage Arguments Details Value Examples

View source: R/functions.R

Description

Calculate a matrix of p-vector combinations (component reliabilities) which lie in the specified interval of system reliability. Rows correspond to p-vectors and columns correspond to components.

Usage

1
pm(Rs.int, m)

Arguments

Rs.int

Interval (or single number) of total system reliability.

m

Number of components.

Details

Denote Rs.int = (R_L, R_U). This function calculates all elements of the set

Ω ' = \{(p_1, p_2, … , p_m): p_i = R_L^{1/m} { or } R_U^{1/m} \forall i \}

.

Value

The 2^m by m matrix of p-vector combinations.

Examples

1
pm(Rs.int = c(.9, .95), m=3)

serieslcb documentation built on July 9, 2019, 9:03 a.m.

Related to pm in serieslcb...