Uses of Class
org.drip.validation.hypothesis.R1TTestOutcome
| Package | Description |
|---|---|
| org.drip.validation.evidence |
Sample and Ensemble Evidence Processing
|
| org.drip.validation.hypothesis |
Statistical Hypothesis Validation Test Suite
|
-
Uses of R1TTestOutcome in org.drip.validation.evidence
Methods in org.drip.validation.evidence that return R1TTestOutcome Modifier and Type Method Description R1TTestOutcome[]R1Ensemble. tTest(double testStatistic)Compute the Array of t-Test Results -
Uses of R1TTestOutcome in org.drip.validation.hypothesis
Methods in org.drip.validation.hypothesis that return R1TTestOutcome Modifier and Type Method Description R1TTestOutcomeR1StatisticalTestOutcome. tTest()Retrieve the t-Test OutcomeConstructors in org.drip.validation.hypothesis with parameters of type R1TTestOutcome Constructor Description R1StatisticalTestOutcome(SignificanceTestOutcome significanceTestOutcome, R1TTestOutcome r1TTestOutcome)R1StatisticalTestOutcome Constructor