This function fits empirical bivariate quantiles as proposed by Chakraborty, B. (2001) <https://doi.org/10.1023/A:1012478908041>.
geomqu(data, u, p, alpha, keep_optim = FALSE, keep_data = TRUE)
must be a (n,d) matrix of observations.
a (m,d) matrix with m directions.
defines the p-norm, must be in \([1,\infty)\).
must be missing or a vector of length d+1 with distict values from 1 to n.
boolean keep results from optimization in result object, default is FALSE.
boolean keep data parameter in result object, default is TRUE.
an object of class geomqu
with methods plot.geomqu
and plot.geomqu
.
Chakraborty, B. (2001). On affine equivariant multivariate quantiles. Annals of the Institute of Statistical Mathematics, 53, 380--. <https://doi.org/10.1023/A:1012478908041>.