FactorAnalysis.Communalities Property

Gets a vector containing the proportion of the common variance of each variable associated with the factors.

Definition

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

Property Value

Vector<Double>

See Also