Uses of Class
org.drip.validation.evidence.Ensemble
Package | Description |
---|---|
org.drip.validation.distance |
Hypothesis Target Distance Test Builders
|
org.drip.validation.riskfactorsingle |
Single Risk Factor Aggregate Tests
|
-
Uses of Ensemble in org.drip.validation.distance
Methods in org.drip.validation.distance that return Ensemble Modifier and Type Method Description Ensemble
HypothesisSuite. hypothesis(java.lang.String hypothesisID)
Retrieve the Hypothesis Specified by the IDMethods in org.drip.validation.distance that return types with arguments of type Ensemble Modifier and Type Method Description java.util.Map<java.lang.String,Ensemble>
HypothesisSuite. hypothesisMap()
Retrieve the Hypothesis MapMethods in org.drip.validation.distance with parameters of type Ensemble Modifier and Type Method Description boolean
HypothesisSuite. add(java.lang.String hypothesisID, Ensemble hypothesis)
Add a Hypothesis to the Map -
Uses of Ensemble in org.drip.validation.riskfactorsingle
Methods in org.drip.validation.riskfactorsingle that return Ensemble Modifier and Type Method Description Ensemble
HypothesisSuiteAggregate. hypothesis(java.lang.String hypothesisID, java.lang.String eventID)
Retrieve the Specified HypothesisMethods in org.drip.validation.riskfactorsingle that return types with arguments of type Ensemble Modifier and Type Method Description java.util.Map<java.lang.String,java.util.Map<java.lang.String,Ensemble>>
HypothesisSuiteAggregate. hypothesisEventMap()
Retrieve the Hypothesis Event MapMethods in org.drip.validation.riskfactorsingle with parameters of type Ensemble Modifier and Type Method Description boolean
HypothesisSuiteAggregate. add(java.lang.String hypothesisID, java.lang.String eventID, Ensemble hypothesis)
Add the Specified Hypothesis with its ID and the EventGapTestOutcome
DiscriminatoryPowerAnalyzer. gapTest(Ensemble hypothesis)
Run the Gap Test for the Hypothesis