Matrix.StdDevCols Method

procedure StdDevCols(const result: TVec);

Standard deviation for matrix columns.

#NameTypeDescription
1resultTVec

Result: stored in self (calling object)

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