Click or drag to resize
Accord.NET (logo)

OneWayAnova Constructor (Double, Int32)

Creates a new one-way ANOVA test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public OneWayAnova(
	double[] samples,
	int[] labels
)
Request Example View Source

Parameters

samples
Type: SystemDouble
The sampled values.
labels
Type: SystemInt32
The independent, nominal variables.
See Also