This program implement the Q-Q plot for  checking normality of a work distribution   
(see Krishnamooorthy Handbook of Stat. dist with appl. Taylor-Fracis 2016, page 146)  
The code uses the Anderson Darling test at the z-level of 0.05 (critical value for A^=0.752) 

To compile the executable (qq) program just do 

$ make 

This will create a qq executabel in this dir 


To get help just do 

# qq 

To run an example just do frak this dir 

$ ../qq sample-data


The code Q-Q-new.f90 implements the Rp correlation test on  bootstrap samples of 100 works values.
To compile this code just do 

gfortran -o qqrp Q-Q-new.f90