Package org.drip.validation.quantile
Class PlottingPositionGenerator
java.lang.Object
org.drip.validation.quantile.PlottingPositionGenerator
- Direct Known Subclasses:
PlottingPositionGeneratorFilliben
,PlottingPositionGeneratorHeuristic
public abstract class PlottingPositionGenerator
extends java.lang.Object
PlottingPositionGenerator exposes all Plotting Position Generation Schemes - both Expectation Based
and Median Based.
- Filliben, J. J. (1975): The Probability Plot Correlation Coefficient Test for Normality Technometrics, American Society for Quality 17 (1) 111-117
- Gibbons, J. D., and S. Chakraborti (2003): Non-parametric Statistical Inference 4th Edition CRC Press
- Gnanadesikan, R. (1977): Methods for Statistical Analysis of Multivariate Observations Wiley
- Thode, H. C. (2002): Testing for Normality Marcel Dekker New York
- Wikipedia (2018): Q-Q Plot https://en.wikipedia.org/wiki/Q%E2%80%93Q_plot
- Module = Computational Core Module
- Library = Model Validation Analytics Library
- Project = Risk Factor and Hypothesis Validation, Evidence Processing, and Model Testing
- Package = Quantile Based Graphical Numerical Validators
- Author:
- Lakshmi Krishnamurthy
-
Method Summary
Modifier and Type Method Description abstract PlottingPosition[]
generate()
Generate the Plotting Position Arrayint
orderStatisticCount()
Retrieve the Count of Order StatisticsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
orderStatisticCount
public int orderStatisticCount()Retrieve the Count of Order Statistics- Returns:
- The Count of Order Statistics
-
generate
Generate the Plotting Position Array- Returns:
- The Plotting Position Array
-