TMtx.StdDevCols Method

void StdDevCols(TVec result)

Standard deviation for matrix columns.

#NameTypeDescription
1resultTVecsource TVec

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: TMtx.StdDevRows, TMtx.MeanCols