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