Returns true if the data supplied at construction time was scaled to have unit variance.

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

Syntax

C#
public bool IsScaled { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsScaled As Boolean
Visual C++
public:
property bool IsScaled {
	bool get ();
}

See Also