| mean.cold_standby_dist | R Documentation |
Computes sum_j E[T_j] exactly when every component implements a
mean() method. Falls back to a Monte Carlo estimate from the
sampler when any component lacks an exact mean (e.g., a
dist_structure component whose mean would route through
algebraic.dist::univariate_dist and require density / sup,
which are not provided on dist_structure by default).
## S3 method for class 'cold_standby_dist'
mean(x, ...)
x |
A |
... |
Passed to the Monte Carlo fallback as |
Numeric scalar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.