Click or drag to resize

DoubleFactorAnalysisExtraction, RotationComputeCovarianceMatrix Method

Computes the covaraince matrix for the given data and bias type. The result is returned as a symmetric matrix object.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleSymmetricMatrix ComputeCovarianceMatrix(
	DoubleMatrix X,
	BiasType bias
)

Parameters

X  DoubleMatrix
The data.
bias  BiasType
The bias type.

Return Value

DoubleSymmetricMatrix
Covariance as a symmetric matrix.
See Also