Population Variance

For a list: Returns the population variance of the list elements. If a frequency list is given, the frequencies are used in the calculation.

For a matrix: Returns a row vector containing the population variances of each column. If a frequency matrix is given, the frequencies are used in the calculation.

Syntax

varPop(List)
varPop(List, Frequency list)
varPop(Matrix)
varPop(Matrix, Frequency matrix)

Examples

No content found for command: varpop