Factor Analysis.Rotated Loadings Matrix 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.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.