fncDepthMBD: Modified band depth

Description Usage Arguments Examples

View source: R/functional_depths.R

Description

Computes the modified band depth.

Usage

1

Arguments

u

Numerical vector or matrix whose depth is to be calculated. Dimension has to be the same as that of the observations.

X

The data as a matrix. If it is a matrix or data frame, then each row is viewed as one multivariate observation.

Examples

1
2
3
x <- matrix(rnorm(60), nc = 20)
fncDepthMBD(x)
fncDepthMBD(x, x)

zzawadz/DepthProc documentation built on Feb. 4, 2022, 8:39 p.m.