Click or drag to resize

KruskalWallisTest(DoubleVector) Constructor

Constructs a KruskalWallisTest instance from data in the given array of vectors.

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

Parameters

data  DoubleVector
An array of vectors. Each vector in the array contains the data for a group.
See Also