TMtx.StdDevRows Method

void StdDevRows(TVec result)

Standard deviation for matrix rows.

#NameTypeDescription
1resultTVecsource TVec

Result: stored in self (calling object)

Remarks:

Calculates the standard deviation for each of the calling matrix rows 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.StdDevCols, TMtx.MeanRows