Click or drag to resize

DoubleFactorAnalysisExtraction, RotationStandardizeData Method

Computes the standardized data - means 0 and variances 1.

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

Parameters

data  DoubleMatrix
Non-standardized daa.
bias  BiasType
The bias type.

Return Value

DoubleMatrix
See Also