spatial.rank: Spatial Rank

Description Usage Arguments Value Author(s) Examples

Description

Used to compute the Spatial Rank of a p-variate observation with respect to a p-variate data cloud.

Usage

1

Arguments

x

A numeric p-variate vector whose spatial rank is to be calculated.

data

A matrix or a data.frame with each row as a p-variate observation.

Value

The spatial rank of x with respect to data.

Author(s)

Somedip Karmakar <somedip@yahoo.co.in>

Omker Mahalanobish <omker.scorpio@gmail.com>

Examples

1
2
3
u<-matrix(rnorm(90,0,1),ncol=3)
u0<-runif(3,0,1)
spatial.rank(u0,u)

Example output

[1] 0.2777756 0.2411802 0.3956677

depth.plot documentation built on May 1, 2019, 7:50 p.m.