| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Statistics.Test.Types
- data TestType
- data TestResult
- significant :: Bool -> TestResult
Documentation
data TestType
data TestResult
Result of hypothesis testing
Constructors
| Significant | Null hypothesis should be rejected |
| NotSignificant | Data is compatible with hypothesis |
significant :: Bool -> TestResult
Significant if parameter is True, not significant otherwiser