Click or drag to resize

UnivariateKruskalWallisTest Method (IReadOnlyListIReadOnlyListDouble)

Performs a Kruskal-Wallis test on the given samples.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static TestResult KruskalWallisTest(
	IReadOnlyList<IReadOnlyList<double>> samples
)

Parameters

samples
Type: System.Collections.GenericIReadOnlyListIReadOnlyListDouble
The set of samples to compare.

Return Value

Type: TestResult
The result of the test.
Remarks
See Also