sampleCovEst: Sample Covariance Matrix

View source: R/estimators.R

sampleCovEstR Documentation

Sample Covariance Matrix

Description

sampleCovEst() computes the sample covariance matrix. This function is a simple wrapper around covar().

Usage

sampleCovEst(dat)

Arguments

dat

A numeric data.frame, matrix, or similar object.

Value

A matrix corresponding to the estimate of the covariance matrix.

Examples

sampleCovEst(dat = mtcars)

cvCovEst documentation built on May 29, 2024, 5:51 a.m.