Click or drag to resize

KruskalWallisTestSetData(DoubleVector, Boolean) Method

Performs a Kruskal-Wallis test on data in the given array of vectors.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetData(
	DoubleVector[] data,
	bool correct_for_ties
)

Parameters

data  DoubleVector
An array of vectors. Each vector in the array contains the data for a group.
correct_for_ties  Boolean
If true, a standard correction for ties is applied. This correction usually makes little difference in the value of the test statistic unless there are a large number of ties.
See Also