- data TestType
- data TestResult
- significant :: Bool -> TestResult
Documentation
data TestResult Source
Result of hypothesis testing
Significant | Null hypothesis should be rejected |
NotSignificant | Data is compatible with hypothesis |
significant :: Bool -> TestResultSource
Significant if parameter is True
, not significant otherwiser