Sample Variance

For a list: Returns the sample 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 sample variances of each column. If a frequency matrix is given, the frequencies are used in the calculation.

Syntax

varSamp(List)
varSamp(ListFrequency list)
varSamp(Matrix)
varSamp(MatrixFrequency matrix)

Examples

No content found for command: varsamp