Uses of Class
org.drip.validation.hypothesis.SignificanceTestOutcome
Package | Description |
---|---|
org.drip.validation.hypothesis |
Statistical Hypothesis Validation Test Suite
|
-
Uses of SignificanceTestOutcome in org.drip.validation.hypothesis
Methods in org.drip.validation.hypothesis that return SignificanceTestOutcome Modifier and Type Method Description SignificanceTestOutcome
ProbabilityIntegralTransformTest. significanceTest(double testStatistic, SignificanceTestSetting significanceTestSetting)
Run the Significance Test for the Realized Test StatisticSignificanceTestOutcome
StatisticalTestOutcome. significanceTest()
Retrieve the Significance Test OutcomeConstructors in org.drip.validation.hypothesis with parameters of type SignificanceTestOutcome Constructor Description StatisticalTestOutcome(SignificanceTestOutcome significanceTestOutcome, TTestOutcome tTestOutcome)
StatisticalTestOutcome Constructor