Factor.Loadings Property

Gets a vector that contains the factor loadings or pattern.

Definition

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

Property Value

Vector<Double>
A vector.

See Also