Click or drag to resize

SampleKruskalWallisTest Method (IReadOnlyListSample)

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<Sample> samples
)

Parameters

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

Return Value

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