covariance_matrix: Covariance matrix function

Description Usage Arguments Value Examples

View source: R/covariance_matrix.R

Description

Takes a data array and returns the sample (biased) covariance matrix

Usage

1

Arguments

X

Value

a matrix (the sample (biased) covariance matrix of X)

Examples

1
2
X = [1 2 3
     4 5 6]; covariance_matrix(X)

abinashborah/Lab1Intro documentation built on Jan. 26, 2020, 4:09 a.m.