Factor.EigenvalueDifference Property

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

Definition

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

Property Value

Double

Remarks

For the least significant factor, NaN is returned.

See Also