qreg | R Documentation |
Estimates (1-p)-quantile region.
qreg(
x,
p,
method = "sample",
qmethod = "sample",
k = NULL,
alpha = NULL,
mu = NULL,
sigma = NULL
)
x |
A matrix representing sample from elliptical distribution. Rows are observations and columns dimensions. |
p |
Probability corresponding to |
method |
How location and scatter should be estimated? |
qmethod |
How quantile should be estimated? |
k |
Threshold parameter for the estimator. Threshold parameter has to
be in set |
alpha |
Controls size of the subsets over which the determinant is
minimized when |
mu |
Given estimate for location. |
sigma |
Given estimate for scatter. |
Two estimators are provided. Extreme quantile estimator is consistent only for heavy-tailed elliptical distributions. Extreme value index is estimated with separating Hill estimator. Other estimator is the conventional sample quantile.
A ellipsoidq object representing the estimate.
#TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.