Gets the difference between the eigenvalues of the unrotated factor and the next most
significant factor.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double EigenvalueDifference { get; }
Public ReadOnly Property EigenvalueDifference As Double
Get
public:
property double EigenvalueDifference {
double get ();
}
member EigenvalueDifference : float with get
Property Value
Type:
Double
For the least significant factor, NaN is returned.
Reference