FactorAnalysis.RotatedLoadingsMatrix 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#
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