Click or drag to resize

KruskalWallisTest(DoubleMatrix) Constructor

Constructs a KruskalWallisTest instance from data in the given matrix.

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

Parameters

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