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