multi.quant {depth.plot} | R Documentation |
Multivariate Quantile
Description
Used to compute the p-variate quantile
of a p-variate observation with respect to a p-variate data cloud.
Usage
multi.quant(x, data)
Arguments
x |
A numeric p-variate |
data |
A matrix or a data.frame with each row as a p-variate observation. |
Value
The x
th mutivariate quantile with respect to data
.
Author(s)
Somedip Karmakar <somedip@yahoo.co.in>
Omker Mahalanobish <omker.scorpio@gmail.com>
See Also
Examples
u<-matrix(rnorm(90,0,1),ncol=3)
u0<-runif(3,0,1)
multi.quant(spatial.rank(u0,u),u)
[Package depth.plot version 0.1 Index]