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