Specifies the type of scaling.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public enum Scaling
Visual Basic (Declaration)
Public Enumeration Scaling
Visual C++
public enum class Scaling

Members

Member nameDescription
None
Indicates no scaling.
StdDev
Indicates scaling by the standard deviation.
Range
Indicates scaling by the range.

See Also