|
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
)
Public Sub New (
samples As Double()(),
percent As Double
)
Request Example
View SourceParameters
- 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