Package org.drip.sample.quantile
Class QQTest4
java.lang.Object
org.drip.sample.quantile.QQTest4
public class QQTest4
extends java.lang.Object
QQTest4 compares the Order Statistics between 2 Similar Normal Distributions using the NIST (2013)
Mean Based Plotting Position Generator.
- 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 QQTest4()
-
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
-
QQTest4
public QQTest4()
-
-
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
-