powered by
Calculate functional median based on data depth.
fncDepthMedian(u, X = NULL, method = "MBD", byrow = NULL, unique = TRUE, ...)
data matrix
reference set. If null u will be used as reference.
depth method
byrow
if true
other arguments passed to fncDepth
# NOT RUN { x <- matrix(rnorm(600), nc = 20) md <- fncDepthMedian(x, method = "FM", dep1d = "Mahalanobis") # }
Run the code above in your browser using DataLab