Click or drag to resize

FactorAnalysisCovarianceExtraction, RotationRescaledFactors Property

Gets the matrix of extracted factors which have been scaled by dividing by the standard deviation of the case data variables. Explicitly - The ith rescaled factor is the ith 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 RescaledFactors { get; }

Property Value

DoubleMatrix
See Also