Click or drag to resize

VarimaxRotationRotate Method

Applies varimax rotation to the given matrix, whose columns contain the components or factors, and returns the result.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix Rotate(
	DoubleMatrix X
)

Parameters

X  DoubleMatrix
Component of factor matrix.

Return Value

DoubleMatrix
Matrix of rotated components.

Implements

IFactorRotationRotate(DoubleMatrix)
See Also