pm function

Matrix of p-vector combinations

Matrix of p-vector combinations

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.

pm(Rs.int, m)

Arguments

  • Rs.int: Interval (or single number) of total system reliability.
  • m: Number of components.

Returns

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

Details

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

Ω={(p1,p2,,pm):pi=RL1/morRU1/mi} \Omega ' = \{(p_1, p_2, \dots , p_m): p_i = R_L^{1/m} { or } R_U^{1/m} \forall i \}

.

Examples

pm(Rs.int = c(.9, .95), m=3)
  • Maintainer: Edward Schuberg
  • License: GPL-3
  • Last published: 2019-07-09

Useful links