Functional median
Calculate functional median based on data depth.
fncDepthMedian(u, X = NULL, method = "MBD", byrow = NULL, unique = TRUE, ...)
u
: data matrixX
: reference set. If null u will be used as reference.method
: depth methodbyrow
: byrowunique
: if true...
: other arguments passed to fncDepthx <- matrix(rnorm(600), nc = 20) md <- fncDepthMedian(x, method = "FM", dep1d = "Mahalanobis")
Useful links