R/Mean3Cov4.R

Defines functions Mean3Cov4

Documented in Mean3Cov4

#' @export
Mean3Cov4  <- function(x) list(location = mean3(x), scatter = cov4(x))

Try the ICS package in your browser

Any scripts or data that you put into this service are public.

ICS documentation built on Sept. 21, 2023, 9:07 a.m.