fast_cov: Fast computation of covariance / correlation matrix

View source: R/utilities_grips.R

fast_covR Documentation

Fast computation of covariance / correlation matrix

Description

Fast computation of covariance / correlation matrix

Usage

fast_cov(x, center = TRUE, scale = TRUE)

Arguments

x

a numeric matrix(like object).

center, scale

Should columns in x be centered and/or scaled


gRim documentation built on Oct. 16, 2024, 1:07 a.m.