FactorAnalysis.IsObliqueRotation Property

Gets whether the factor rotation is oblique.

Definition

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

Property Value

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

See Also