C# Класс Accord.Statistics.Testing.LeveneTest

Наследование: Accord.Statistics.Testing.FTest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LeveneTest ( double samples, bool median = false ) : System

Tests the null hypothesis that all group variances are equal.

LeveneTest ( double samples, double percent ) : System

Tests the null hypothesis that all group variances are equal.

Приватные методы

Метод Описание
compute ( double samples, LeveneTestMethod method, double percent ) : void

Описание методов

LeveneTest() публичный метод

Tests the null hypothesis that all group variances are equal.
public LeveneTest ( double samples, bool median = false ) : System
samples double The grouped samples.
median bool True to use the median in the Levene calculation. /// False to use the mean. Default is false (use the mean).
Результат System

LeveneTest() публичный метод

Tests the null hypothesis that all group variances are equal.
public LeveneTest ( double samples, double percent ) : System
samples double The grouped samples.
percent double The percentage of observations to discard /// from the sample when computing the test with the truncated mean.
Результат System