popVar {AlphaSimR} | R Documentation |
Population variance
Description
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
[Package AlphaSimR version 1.5.3 Index]