Tests on Gaussian fit (program gaussn in src dir ) are done here.

INPUT examples:

2G-0.in --> two components Gaussian fit on forward and reverse work distributions  
            2G.for.wrks 2G.rev.wrks  
2G-1.in --> two components Gaussian fit on forward work distribution   
            2G.for.wrks   
2G-2.in --> two components Gaussian fit on reverse work distribution 
            2G.rev.wrks   
3G.in -->   three components Gaussian fit on forward work distribution  
            3G.for.wrks   

Input variable are described in the input files ( *.in)  in this dir 


to run tests just do: 

$ make

Output files are:
 FORworks_forward_filename 
 REVworks_forward_filename


The "seed" and "frac" variables specified in the input files can be used 
for bootstrapping from the "npoint" works file. 
"frac" ( 0<"frac" <1) is the fraction of points randomly extracted from 
the "npoint" work values and "seed" must be different for each bootstrap sample.
The number of points (works) actually used in the bootstrap sample 
for building the  reference  distributions are given in the output files. 