pm {serieslcb} | R Documentation |
Matrix of p-vector combinations
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
pm(Rs.int, m)
Arguments
Rs.int |
Interval (or single number) of total system reliability. |
m |
Number of components. |
Details
Denote Rs.int . This function calculates all elements of the set
.
Value
The by
matrix of p-vector combinations.
Examples
pm(Rs.int = c(.9, .95), m=3)
[Package serieslcb version 0.4.0 Index]