View source: R/iid_constructors.R
| min_iid | R Documentation |
Equivalent to the minimum of m iid random variables from d. Unlike
min in the base distribution algebra, min_iid preserves the series
topology so structural queries (phi, min_paths, structural_importance)
remain available.
min_iid(d, m)
d |
A |
m |
Number of components (positive integer). |
A series_dist.
sys <- min_iid(algebraic.dist::exponential(1), m = 3)
# System survival at t=0.5 equals (exp(-t))^3 = exp(-1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.