Click or drag to resize

NMathFunctionsCronbach(FloatMatrix) Method

Standardized Cronbach alpha test for reliability.

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

Parameters

M  FloatMatrix
Data.

Return Value

Single
Cronbach's alpha.
See Also