Uses of Interface
org.drip.validation.evidence.R1TestStatisticEvaluator
| Package | Description |
|---|---|
| org.drip.validation.evidence |
Sample and Ensemble Evidence Processing
|
-
Uses of R1TestStatisticEvaluator in org.drip.validation.evidence
Methods in org.drip.validation.evidence that return R1TestStatisticEvaluator Modifier and Type Method Description R1TestStatisticEvaluator[]R1Ensemble. testStatisticEvaluatorArray()Retrieve the Array of the Test Statistic EvaluatorsMethods in org.drip.validation.evidence with parameters of type R1TestStatisticEvaluator Modifier and Type Method Description doubleR1Sample. applyTestStatistic(R1TestStatisticEvaluator testStatisticEvaluator)Apply the specified Test Statistic Evaluator to the SampleConstructors in org.drip.validation.evidence with parameters of type R1TestStatisticEvaluator Constructor Description R1Ensemble(R1Sample[] r1SampleArray, R1TestStatisticEvaluator[] r1TestStatisticEvaluatorArray)R1Ensemble Constructor