Uses of Class
org.drip.validation.hypothesis.R1ProbabilityIntegralTransform
| Package | Description |
|---|---|
| org.drip.validation.distance |
Hypothesis Target Distance Test Builders
|
| org.drip.validation.evidence |
Sample and Ensemble Evidence Processing
|
| org.drip.validation.hypothesis |
Statistical Hypothesis Validation Test Suite
|
| org.drip.validation.riskfactorsingle |
Single Risk Factor Aggregate Tests
|
-
Uses of R1ProbabilityIntegralTransform in org.drip.validation.distance
Methods in org.drip.validation.distance that return R1ProbabilityIntegralTransform Modifier and Type Method Description R1ProbabilityIntegralTransformGapTestOutcome. probabilityIntegralTransformUnweighted()Retrieve the Probability Integral Transform of the Raw Gap LossesR1ProbabilityIntegralTransformGapTestOutcome. probabilityIntegralTransformWeighted()Retrieve the Probability Integral Transform of the Weighted Gap LossesConstructors in org.drip.validation.distance with parameters of type R1ProbabilityIntegralTransform Constructor Description GapTestOutcome(R1ProbabilityIntegralTransform probabilityIntegralTransformUnweighted, R1ProbabilityIntegralTransform probabilityIntegralTransformWeighted, double distance)GapTestOutcome Constructor -
Uses of R1ProbabilityIntegralTransform in org.drip.validation.evidence
Methods in org.drip.validation.evidence that return R1ProbabilityIntegralTransform Modifier and Type Method Description R1ProbabilityIntegralTransformNativeR1PITGenerator. nativeProbabilityIntegralTransform()Generate the PIT over the Sample Instance RealizationsR1ProbabilityIntegralTransformR1Ensemble. nativeProbabilityIntegralTransform()R1ProbabilityIntegralTransformR1Sample. nativeProbabilityIntegralTransform()R1ProbabilityIntegralTransformTestStatisticAccumulator. probabilityIntegralTransform()Perform a Probability Integral Transform to generate the Test Statistic CDF DistributionR1ProbabilityIntegralTransform[]R1Ensemble. probabilityIntegralTransformArray()Retrieve the Array of Probability Integral Transforms, one for each Test Statistic -
Uses of R1ProbabilityIntegralTransform in org.drip.validation.hypothesis
Methods in org.drip.validation.hypothesis that return R1ProbabilityIntegralTransform Modifier and Type Method Description R1ProbabilityIntegralTransformR1PITTester. probabilityIntegralTransform()Retrieve the ProbabilityIntegralTransform InstanceMethods in org.drip.validation.hypothesis with parameters of type R1ProbabilityIntegralTransform Modifier and Type Method Description GapTestOutcomeR1PITTester. distanceTest(R1ProbabilityIntegralTransform samplePIT, GapTestSetting gapTestSetting)Run a Distance Gap Test between the Hypothesis and the SampleR1QQTestOutcomeR1PITTester. qqTest(R1ProbabilityIntegralTransform samplePIT, PlottingPositionGenerator plottingPositionGenerator)Run the Quantile-Quantile TestConstructors in org.drip.validation.hypothesis with parameters of type R1ProbabilityIntegralTransform Constructor Description R1PITTester(R1ProbabilityIntegralTransform probabilityIntegralTransform)R1PITTester Constructor -
Uses of R1ProbabilityIntegralTransform in org.drip.validation.riskfactorsingle
Methods in org.drip.validation.riskfactorsingle that return R1ProbabilityIntegralTransform Modifier and Type Method Description R1ProbabilityIntegralTransformDiscriminatoryPowerAnalyzer. sampleProbabilityIntegralTransform()Retrieve the Sample Probability Integral TransformMethods in org.drip.validation.riskfactorsingle that return types with arguments of type R1ProbabilityIntegralTransform Modifier and Type Method Description java.util.Map<java.lang.String,R1ProbabilityIntegralTransform>DiscriminatoryPowerAnalyzerAggregate. eventSamplePITMap()Retrieve the Event Sample PIT MapConstructors in org.drip.validation.riskfactorsingle with parameters of type R1ProbabilityIntegralTransform Constructor Description DiscriminatoryPowerAnalyzer(R1ProbabilityIntegralTransform sampleProbabilityIntegralTransform, GapTestSetting gapTestSetting)DiscriminatoryPowerAnalyzer ConstructorConstructor parameters in org.drip.validation.riskfactorsingle with type arguments of type R1ProbabilityIntegralTransform Constructor Description DiscriminatoryPowerAnalyzerAggregate(java.util.Map<java.lang.String,R1ProbabilityIntegralTransform> eventSamplePITMap, GapTestSetting gapTestSetting, EventAggregationWeightFunction eventAggregationWeightFunction)DiscriminatoryPowerAnalyzerAggregate Constructor