|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestResult<DF>
:: Experimental :: Trait for hypothesis test results.
Method Summary | |
---|---|
DF |
degreesOfFreedom()
Returns the degree(s) of freedom of the hypothesis test. |
String |
nullHypothesis()
Null hypothesis of the test. |
double |
pValue()
The probability of obtaining a test statistic result at least as extreme as the one that was actually observed, assuming that the null hypothesis is true. |
double |
statistic()
Test statistic. |
String |
toString()
String explaining the hypothesis test result. |
Method Detail |
---|
double pValue()
DF degreesOfFreedom()
double statistic()
String nullHypothesis()
String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |