C# Class Accord.Statistics.Testing.WilcoxonSignedRankTest

Inheritance: WilcoxonTest
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Méthodes publiques

Méthode Description
WilcoxonSignedRankTest ( double sample, double hypothesizedMedian, OneSampleHypothesis alternate = OneSampleHypothesis.ValueIsDifferentFromHypothesis ) : System

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

Method Details

WilcoxonSignedRankTest() public méthode

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.
Résultat System