fncDepthMedian: Functional median

Description Usage Arguments Examples

View source: R/fncFunctions.R

Description

Calculate functional median based on data depth.

Usage

1
fncDepthMedian(u, X = NULL, method = "MBD", byrow = NULL, unique = TRUE, ...)

Arguments

u

data matrix

X

reference set. If null u will be used as reference.

method

depth method

byrow

byrow

unique

if true

...

other arguments passed to fncDepth

Examples

1
2
x <- matrix(rnorm(600), nc = 20)
md <- fncDepthMedian(x, method = "FM", dep1d = "Mahalanobis")

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