Click or drag to resize

KruskalWallisTestSetData(DoubleMatrix) Method

Performs a Kruskal-Wallis test on data in the given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetData(
	DoubleMatrix data
)

Parameters

data  DoubleMatrix
A matrix of data. Each column in the matrix contains the data for a group.
See Also