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 April 12, 2025, 1:29 a.m.