Gets the standard deviations of the principal components.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleVector StandardDeviations { get; }
Visual Basic (Declaration)
Public ReadOnly Property StandardDeviations As DoubleVector
Visual C++
public:
property DoubleVector^ StandardDeviations {
	DoubleVector^ get ();
}

See Also