Usage
mdepth.SD(x, xx = NULL, scale=FALSE)
mdepth.HS(x, xx=x,proj=50,scale=FALSE,xeps=1e-15,random=FALSE)
mdepth.MhD(x,xx=x,scale=FALSE)
mdepth.RP(x, xx = x, proj = 50, scale=FALSE)
mdepth.TD(x,xx=x,xeps=1e-15,scale=FALSE)
mdepth.LD(x,xx=x,metric=metric.dist,h=NULL,scale=FALSE,...)
Arguments
x
is a set of points, a d-column matrix.
xx
is a d-dimension multivariate sample, a d-column matrix.
proj
are the directions for random projections, by default 500 random projections generated from a scaled runif(500,-1,1)
.
scale
=TRUE, scale the depth, see scale. metric
Metric function, by default metric.dist
. Distance matrix between x
and xx
is computed. xeps
Accuracy. The left limit of the empirical distribution function.
random
=TRUE for random projections. =FALSE for deterministic projections.
h
Bandwidth, h>0
. Default argument values are provided as the 15%--quantile of the distance between x
and xx
.
...
Further arguments passed to or from other methods.