Click or drag to resize

DoubleFactorAnalysisExtraction, RotationAnalyze Method

Performs a factor analysis on the given symmetric covariance or correlation matrix for the data being analyzed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Analyze(
	DoubleSymmetricMatrix matrixData
)

Parameters

matrixData  DoubleSymmetricMatrix
The covariance of correlation matrix for the data being analyzed.
See Also