pdsample {ExPD2D}R Documentation

Exact projection depth of points in a given bivariate data

Description

pdsample function calculates projection depth of a given bivariate data points.

Usage

pdsample(x,y)

Arguments

x A numeric vector (the x coordinates of the data)
y A numeric vector (the y coordinates of the data)

Author(s)

Yijun Zuo, Xiangyang Ye

References

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

See Also

pdpoint

Examples

data(pds)
pdsample(pds$x,pds$y)

[Package ExPD2D version 1.0.1 Index]