Factor.EigenvalueDifference Property

Gets the difference between the eigenvalues of the unrotated factor and the next most significant factor.

Definition

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

Property Value

Double

Remarks

For the least significant factor, NaN is returned.

See Also