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 Sept. 21, 2023, 9:07 a.m.