Uses of Class
org.drip.validation.distance.GapTestOutcome
Package | Description |
---|---|
org.drip.validation.distance |
Hypothesis Target Distance Test Builders
|
org.drip.validation.hypothesis |
Statistical Hypothesis Validation Test Suite
|
org.drip.validation.riskfactorsingle |
Single Risk Factor Aggregate Tests
|
-
Uses of GapTestOutcome in org.drip.validation.distance
Methods in org.drip.validation.distance that return GapTestOutcome Modifier and Type Method Description GapTestOutcome
HypothesisOutcome. gapTestOutcome()
Retrieve the Gap Test OutcomeMethods in org.drip.validation.distance that return types with arguments of type GapTestOutcome Modifier and Type Method Description java.util.Map<java.lang.String,GapTestOutcome>
HypothesisOutcomeSuite. outcomeMap()
Retrieve the Outcome MapMethods in org.drip.validation.distance with parameters of type GapTestOutcome Modifier and Type Method Description boolean
HypothesisOutcomeSuite. add(java.lang.String hypothesisID, GapTestOutcome gapTestOutcome)
Add a Hypothesis - Outcome InstanceConstructors in org.drip.validation.distance with parameters of type GapTestOutcome Constructor Description HypothesisOutcome(java.lang.String hypothesisID, GapTestOutcome gapTestOutcome)
HypothesisOutcome Constructor -
Uses of GapTestOutcome in org.drip.validation.hypothesis
Methods in org.drip.validation.hypothesis that return GapTestOutcome Modifier and Type Method Description GapTestOutcome
ProbabilityIntegralTransformTest. distanceTest(ProbabilityIntegralTransform samplePIT, GapTestSetting gapTestSetting)
Run a Distance Gap Test between the Hypothesis and the Sample -
Uses of GapTestOutcome in org.drip.validation.riskfactorsingle
Methods in org.drip.validation.riskfactorsingle that return GapTestOutcome Modifier and Type Method Description GapTestOutcome
DiscriminatoryPowerAnalyzer. gapTest(Ensemble hypothesis)
Run the Gap Test for the HypothesisMethods in org.drip.validation.riskfactorsingle that return types with arguments of type GapTestOutcome Modifier and Type Method Description java.util.Map<java.lang.String,GapTestOutcome>
GapTestOutcomeAggregate. eventOutcomeMap()
Retrieve the Event to Gap Test Outcome MapConstructor parameters in org.drip.validation.riskfactorsingle with type arguments of type GapTestOutcome Constructor Description GapTestOutcomeAggregate(java.util.Map<java.lang.String,GapTestOutcome> gapTestOutcomeMap, double distance)
GapTestOutcomeAggregate Constructor