View source: R/coherent_dist.R
| series_dist | R Documentation |
A series system fails if any single component fails. Equivalent to
min(components) as random variables; unlike min in the base algebra,
series_dist preserves the component decomposition so topology queries
work.
series_dist(components)
components |
List of |
A series_dist inheriting from coherent_dist.
sys <- series_dist(replicate(3, algebraic.dist::exponential(1), simplify = FALSE))
algebraic.dist::surv(sys)(0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.