Command Reference : Function Reference : Function Reference: C
  
 
@cvars
Variance (sample) of each column of a matrix.
Syntax: @cvars(m)
m: matrix
Return: vector
Returns the column sample variance.
Examples
= @cvars(mat)
returns a (column) vector whose i-th element is the sample variance for the i-th column of MAT.
Cross-references
See also @cstdev, @cstdevs, @cstdevp, @cvar, and @cvarp.