pm.random {serieslcb} | R Documentation |
Randomly sample to build 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.random(Rs.int, m, number)
Rs.int |
Interval (or single number) of total system reliability. |
m |
Number of components. |
number |
The number of random samples to draw. |
pm.random(Rs.int=c(.9, .95), m=3, number=100)