pexp_series_system | R Documentation |
Cumulative distribution function for exponential series.
pexp_series_system(t, rates, lower.tail = TRUE, log.p = FALSE)
t |
Vector of series system lifetimes. |
rates |
Vector of rate parameters for exponential component lifetimes. |
lower.tail |
Logical; if TRUE (default), probabilities are |
log.p |
Logical; if TRUE, return the log of the cdf. |
The cumulative probabilities evaluated at the specified lifetimes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.