FactorAnalysis.IsOrthogonalRotation Property

Gets whether the factor rotation is orthogonal.

Definition

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

Property Value

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

See Also