Matrix::StdDevCols Method

void StdDevCols(TVec *result) const;

Standard deviation for matrix columns.

#NameTypeDescription
1resultTVec *
Remarks:

Calculates the standard deviation for each of the calling matrix columns and stores the results in vector result. An exception is raised if calling matrix is complex. The Length and Complex properties of the result vector are adjusted automatically.

See Also: Matrix::StdDevRows, Matrix::MeanCols
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler