Factor Analysis.Rotated Loadings Matrix Property
Gets the matrix of rotated factor loadings,
the correlations between factors and variables
after rotation.
Definition
Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.