| central_region | R Documentation |
Returns the set of observations whose depth is at or above the
alpha-th quantile of the depth distribution — the multivariate
analog of a quantile interval.
central_region(x, alpha = 0.5, ...)
x |
A |
alpha |
Numeric scalar in (0, 1). The central region contains the
deepest |
... |
Ignored. |
A named list:
Row indices of observations in the central region.
Matrix of observations in the central region.
Depth values of those observations.
The depth cutoff used.
The alpha level used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.