Skip to contents

Calculates the population variance matrix as opposed to the sample variance matrix calculated by var. i.e. divides by n instead of n-1

Usage

popVar(X)

Arguments

X

an n by m matrix

Value

an m by m variance-covariance matrix