Factor
            
            
            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.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum FactorRotationMethodMembers
| 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). |