ScalingMethod Enumeration

Enumerates the ways to scale the columns in a Principal Component Analysis.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum ScalingMethod

Members

None0 No scaling is performed.
UnitVariance1 The columns are scaled to have unit variance.
VectorNorm2 The columns are scaled to have unit norm.
Pareto3 The columns are scaled by the square root of the standard deviation.
Range4 The columns are scaled to have unit range (difference between largest and smallest value).
Level5 The columns are scaled by the column mean.

See Also