void StdDevCols(TVec result)
Standard deviation for matrix columns.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | result | TVec | source 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