pm.random: Matrix of _p_-vector combinations sampled randomly.

Description Usage Arguments Examples

View source: R/functions.R

Description

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.

Usage

1
pm.random(Rs.int, m, number)

Arguments

Rs.int

Interval (or single number) of total system reliability.

m

Number of components.

number

The number of random samples to draw.

Examples

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

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