Computes \(F_{sys}(t) = \prod_j (1 - e^{-\lambda_j t})\) using the inclusion-exclusion expansion.
See also
S_sys_exp() for the survival function.
Examples
F_sys_exp(1, c(1, 2)) # P(T_sys <= 1) for 2-component parallel
#> [1] 0.5465723
Computes \(F_{sys}(t) = \prod_j (1 - e^{-\lambda_j t})\) using the inclusion-exclusion expansion.
S_sys_exp() for the survival function.
F_sys_exp(1, c(1, 2)) # P(T_sys <= 1) for 2-component parallel
#> [1] 0.5465723