Variance (population) of each column of a matrix.
Syntax: @cvar(m)
m: matrix
Return: vector
Returns the column population variance.
Examples
= @cvar(mat)
returns a (column) vector whose i-th element is the population variance for the i-th column of MAT.
Cross-references