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 PlottingPositionGenerator
HistogramTestSetting. plottingPositionGenerator()
Retrieve the Plotting Position GeneratorMethods in org.drip.validation.hypothesis with parameters of type PlottingPositionGenerator Modifier and Type Method Description static HistogramTestSetting
HistogramTestSetting. AnfusoKaryampasNawroth2017(PlottingPositionGenerator plottingPositionGenerator)
Construct the Anfuso Karyampas Nawroth (2017) Instance of the Histogram Test SettingQQTestOutcome
ProbabilityIntegralTransformTest. 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 class
PlottingPositionGeneratorFilliben
PlottingPositionGeneratorFilliben holds the Order Statistic Median Based Heuristic Plotting Position Generation Schemes.class
PlottingPositionGeneratorHeuristic
PlottingPositionGeneratorHeuristic holds the Expected Order Statistic Based Heuristic Plotting Position Generation Schemes.