type THypothesisResult = ( hrNotReject, hrReject, hrNan );
Defines result of the hypothesis test.
After test, the result is one of three possibilities.
Values
| Name | Description |
|---|---|
| hrNan | Could not calculate the null hypothesis result. This usually means testi is NOT suitable for your data. |
| hrNotReject | Do not reject the null hypothesis H0. |
| hrReject | Reject the null hypothesis H0. |