pdsample {ExPD2D} | R Documentation |
pdsample
function calculates projection depth of a given bivariate data points.
pdsample(x,y)
x |
A numeric vector (the x coordinates of the data) |
y |
A numeric vector (the y coordinates of the data) |
Yijun Zuo, Xiangyang Ye
Yijun Zuo, Projection-based Depth Functions and Associated Medians. The Annals of Statistics 2003; Vol 31, No. 5, 1460-1490
Yijun zuo, Exactly Compute Bivariate Projection Depth and Stahel-Donoho Estimator. Manuscript, 2009
data(pds) pdsample(pds$x,pds$y)