C# Class Accord.Statistics.Testing.WilcoxonSignedRankTest

Inheritance: WilcoxonTest
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method 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 method

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.
return System