TwoSampleHypothesis Enumeration |
Namespace: Accord.Statistics.Testing
Member name | Value | Description | |
---|---|---|---|
ValuesAreDifferent | 0 | Tests if the mean (or the parameter under test) of the first sample is different from the mean of the second sample, without considering any particular direction for the difference. | |
FirstValueIsGreaterThanSecond | 1 | Tests if the mean (or the parameter under test) of the first sample is greater (larger, bigger) than the mean of the second sample. | |
FirstValueIsSmallerThanSecond | 2 | Tests if the mean (or the parameter under test) of the first sample is smaller (lesser) than the mean of the second sample. |