You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > TMtx.StdDevCols Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.StdDevCols Method

Standard deviation for matrix columns.

Syntax
C#
Visual Basic
public void StdDevCols(TVec result);

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.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!