Click or drag to resize
Accord.NET (logo)

LeveneTest Constructor (Double, Double)

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

Parameters

samples
Type: SystemDouble
The grouped samples.
percent
Type: SystemDouble
The percentage of observations to discard from the sample when computing the test with the truncated mean.
See Also