FactorAnalysis.Communalities Property

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

Definition

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

Property Value

Vector<Double>

See Also