Package org.drip.sample.quantile
Class PlottingPositionGenerator
java.lang.Object
org.drip.sample.quantile.PlottingPositionGenerator
public class PlottingPositionGenerator
extends java.lang.Object
PlottingPositionGenerator compares several Order Statistics Mean and Median Based Plotting Position
Generators.
- Gibbons, J. D., and S. Chakraborti (2003): Non-parametric Statistical Inference 4th Edition CRC Press
- Filliben, J. J. (1975): The Probability Plot Correlation Coefficient Test for Normality Technometrics, American Society for Quality 17 (1) 111-117
- 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 = DROP API Construction and Usage
- Package = Quantile Generation and Comparison Testing
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description PlottingPositionGenerator()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] argumentArray)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PlottingPositionGenerator
public PlottingPositionGenerator()
-
-
Method Details
-
main
public static final void main(java.lang.String[] argumentArray) throws java.lang.ExceptionEntry Point- Parameters:
argumentArray
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-