Command Reference : Function Reference : Function Reference: C
  
 
@cstdevs
Sample standard deviation (d.f. corrected) of each column of a matrix
Syntax: @cstdevs(m)
m: matrix
Return: vector
Returns the column sample standard deviation.
Examples
= @cstdevs(mat)
returns a (column) vector whose i-th element is the sample standard deviation of the i-th column of MAT.
Cross-references
See also @cstdev and @cstdevp.