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