Click or drag to resize

NMathFunctionsCronbach(DoubleMatrix) Method

Standardized Cronbach alpha test for reliability.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Cronbach(
	DoubleMatrix M
)

Parameters

M  DoubleMatrix
Data.

Return Value

Double
Cronbach's alpha.
See Also