Uses of Class
org.drip.validation.riskfactorsingle.GapTestOutcomeAggregate
Package | Description |
---|---|
org.drip.validation.riskfactorsingle |
Single Risk Factor Aggregate Tests
|
-
Uses of GapTestOutcomeAggregate in org.drip.validation.riskfactorsingle
Methods in org.drip.validation.riskfactorsingle that return GapTestOutcomeAggregate Modifier and Type Method Description GapTestOutcomeAggregate
HypothesisOutcomeAggregate. gapTestOutcomeAggregate()
Retrieve the Gap Test Outcome AggregateMethods in org.drip.validation.riskfactorsingle that return types with arguments of type GapTestOutcomeAggregate Modifier and Type Method Description java.util.Map<java.lang.String,GapTestOutcomeAggregate>
HypothesisOutcomeSuiteAggregate. hypothesisOutcomeAggregate()
Retrieve the Hypothesis Event Gap Test Outcome AggregateMethods in org.drip.validation.riskfactorsingle with parameters of type GapTestOutcomeAggregate Modifier and Type Method Description boolean
HypothesisOutcomeSuiteAggregate. add(java.lang.String hypothesisID, GapTestOutcomeAggregate gapTestOutcomeAggregate)
Add a Hypothesis ID and Gap Test Outcome AggregateConstructors in org.drip.validation.riskfactorsingle with parameters of type GapTestOutcomeAggregate Constructor Description HypothesisOutcomeAggregate(java.lang.String hypothesisID, GapTestOutcomeAggregate gapTestOutcomeAggregate)
HypothesisOutcomeAggregate Constructor