Factor Rotation Method Enumeration
Enumerates the possible factor rotation methods for a factor analysis.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public enum FactorRotationMethod
Members
None | 0 | Don't rotate the factors (orthogonal). |
Varimax | 1 | Use Varimax rotation (orthogonal). This is the default. |
Equamax | 2 | Use Equamax rotation (orthogonal). |
Quartimax | 3 | Use Quartimax rotation (orthogonal). |
Parsimax | 4 | Use Parsimax rotation (orthogonal). |
Promax | 5 | Use Promax rotation (oblique). |