FactorAnalysis.IsObliqueRotation Property

Gets whether the factor rotation is oblique.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool IsObliqueRotation { get; }

Property Value

Boolean
true if the rotation specified by RotationMethod is oblique; otherwise false.

See Also