Click or drag to resize

SampleOneWayAnovaTest Method (IReadOnlyCollectionSample)

Performs a one-way analysis of variance (ANOVA).

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static OneWayAnovaResult OneWayAnovaTest(
	IReadOnlyCollection<Sample> samples
)

Parameters

samples
Type: System.Collections.GenericIReadOnlyCollectionSample
The samples to compare.

Return Value

Type: OneWayAnovaResult
ANOVA data, including an F-test comparing the between-group variance to the within-group variance.
Remarks
See Also