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

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

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

Метод Описание
WilcoxonSignedRankTest ( double sample, double hypothesizedMedian, OneSampleHypothesis alternate = OneSampleHypothesis.ValueIsDifferentFromHypothesis ) : System

Tests the null hypothesis that the sample median is equal to a hypothesized value.

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

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

Tests the null hypothesis that the sample median is equal to a hypothesized value.
public WilcoxonSignedRankTest ( double sample, double hypothesizedMedian, OneSampleHypothesis alternate = OneSampleHypothesis.ValueIsDifferentFromHypothesis ) : System
sample double The data samples from which the test will be performed.
hypothesizedMedian double The constant to be compared with the samples.
alternate OneSampleHypothesis The alternative hypothesis (research hypothesis) to test.
Результат System