R/MeanCov.R

Defines functions MeanCov

Documented in MeanCov

#' @export
MeanCov <- function(x) list(location = colMeans(x), scatter = cov(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.