Returns a vector containing the standard deviations of the columns of a matrix.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Vector<double> ColumnStandardDeviations(
this Matrix<double> values
)
<ExtensionAttribute>
Public Shared Function ColumnStandardDeviations (
values As Matrix(Of Double)
) As Vector(Of Double)
public:
[ExtensionAttribute]
static Vector<double>^ ColumnStandardDeviations(
Matrix<double>^ values
)
[<ExtensionAttribute>]
static member ColumnStandardDeviations :
values : Matrix<float> -> Vector<float>
Parameters
- values
- Type: Extreme.MathematicsMatrixDouble
A matrix.
Return Value
Type:
VectorDoubleA vector containing the standard deviations of the columns of
values.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
MatrixDouble. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Numerical Libraries
Supported in: 6.0
Reference