Computes \(S_{sys}(t) = 1 - F_{sys}(t)\) for a parallel system with exponential components.
See also
F_sys_exp() for the CDF.
Examples
S_sys_exp(1, c(1, 2)) # P(T_sys > 1) for 2-component parallel
#> [1] 0.4534277
Computes \(S_{sys}(t) = 1 - F_{sys}(t)\) for a parallel system with exponential components.
F_sys_exp() for the CDF.
S_sys_exp(1, c(1, 2)) # P(T_sys > 1) for 2-component parallel
#> [1] 0.4534277