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