Click or drag to resize

FactorAnalysisCovarianceExtraction, RotationRotatedRescaledFactors Property

Gets the matrix of rotated factors which have been scaled by dividing by the standard deviation of the case data variables. Explicitly - The ith rescaled rotated factor is the ith rotated factor scaled by dividing each factor component by the standard deviation of the ith column of the case data being analyzed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix RotatedRescaledFactors { get; }

Property Value

DoubleMatrix
See Also