|   | IHypothesisTest Interface | 
Namespace: Accord.Statistics.Testing
 Syntax
SyntaxThe IHypothesisTest type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Significant | 
              Gets whether the null hypothesis should be rejected.
             | 
|  | Tail | 
              Gets the test type.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | PValueToStatistic | 
              Converts a given p-value to a test statistic.
             | 
|  | StatisticToPValue | 
              Converts a given test statistic to a p-value.
             | 
 See Also
See Also