View source: R/estimate.default.R
estimate.array | R Documentation |
Estimate parameters for the sample mean, variance, and quantiles
## S3 method for class 'array'
estimate(x, type = "mean", probs = 0.5, ...)
x |
numeric matrix |
type |
target parameter ("mean", "variance", "quantile") |
probs |
numeric vector of probabilities (for type="quantile") |
... |
Additional arguments to lower level functions (i.e., stats::density.default when type="quantile") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.