Uses of Class
org.drip.validation.quantile.PlottingPositionGenerator
| Package | Description |
|---|---|
| org.drip.validation.hypothesis |
Statistical Hypothesis Validation Test Suite
|
| org.drip.validation.quantile |
Quantile Based Graphical Numerical Validators
|
-
Uses of PlottingPositionGenerator in org.drip.validation.hypothesis
Methods in org.drip.validation.hypothesis that return PlottingPositionGenerator Modifier and Type Method Description PlottingPositionGeneratorHistogramTestSetting. plottingPositionGenerator()Retrieve the Plotting Position GeneratorMethods in org.drip.validation.hypothesis with parameters of type PlottingPositionGenerator Modifier and Type Method Description static HistogramTestSettingHistogramTestSetting. AnfusoKaryampasNawroth2017(PlottingPositionGenerator plottingPositionGenerator)Construct the Anfuso Karyampas Nawroth (2017) Instance of the Histogram Test SettingQQTestOutcomeProbabilityIntegralTransformTest. qqTest(ProbabilityIntegralTransform samplePIT, PlottingPositionGenerator plottingPositionGenerator)Run the Quantile-Quantile TestConstructors in org.drip.validation.hypothesis with parameters of type PlottingPositionGenerator Constructor Description HistogramTestSetting(PlottingPositionGenerator plottingPositionGenerator, double pValueThreshold)HistogramTestSetting Constructor -
Uses of PlottingPositionGenerator in org.drip.validation.quantile
Subclasses of PlottingPositionGenerator in org.drip.validation.quantile Modifier and Type Class Description classPlottingPositionGeneratorFillibenPlottingPositionGeneratorFilliben holds the Order Statistic Median Based Heuristic Plotting Position Generation Schemes.classPlottingPositionGeneratorHeuristicPlottingPositionGeneratorHeuristic holds the Expected Order Statistic Based Heuristic Plotting Position Generation Schemes.