Click or drag to resize
Accord.NET (logo)

BartlettTest Constructor

Tests the null hypothesis that all group variances are equal.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public BartlettTest(
	params double[][] samples
)
Request Example View Source

Parameters

samples
Type: SystemDouble
The grouped samples.
See Also