FactorAnalysis.RotatedLoadingsMatrix Property

Gets the matrix of rotated factor loadings, the correlations between factors and variables after rotation.

Definition

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

Property Value

Matrix<Double>

Remarks

This matrix only has meaning when orthogonal rotation is used. For oblique rotation, the information is contained in the PatternMatrix and StructureMatrix.

See Also