Click or drag to resize
Accord.NET (logo)

OneWayAnova Constructor (Double)

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(
	params double[][] samples
)
Request Example View Source

Parameters

samples
Type: SystemDouble
The grouped sampled values.
See Also