cd /homes/grunwald/Src/Awe2/Examples/Quantiles/
make -k 
g++ -I. -I../../Obj-g++-dec-mips -I../../Src -O -g -c PSqRandom.cc
g++  -I. -I../../Obj-g++-dec-mips -I../../Src  -O -g  -o main Main.o Data.o PSqRandom.o  -L../../Obj-g++-dec-mips -lawe2 -lm -lg++
time main
Add samples to the Quantile(0.5)
Initial value of 'q' is:0(0.5): [ 0  0  0  0  0 ] [0.00 1.00 2.00 3.00 4.00 ] [0.00 0.00 0.00 0.00 0.00 ]
Add           , with 0.5 quantile being           
       0.02000                             0.02000
       0.15000                             0.15000
       0.74000                             0.15000
       3.39000                             0.74000
       0.83000                             0.74000
      22.37000                             0.74000
      10.15000                             0.74000
      15.43000                             2.17833
      38.62000                             4.75269
      15.92000                             4.75269
      34.60000                             9.27470
      10.28000                             9.27470
       1.47000                             9.27470
       0.40000                             9.27470
       0.05000                             6.29730
      11.39000                             6.29730
       0.27000                             6.29730
       0.42000                             6.29730
       0.09000                             4.44063
      11.37000                             4.44063


Add samples to the PSqHistogram...
Histogram looks like...
    0.0200	=          0
    0.4939	=          0
    4.4406	=          0
   17.2039	=          0
   38.6200	=          0


Normal histogram
Add samples to the PSqHistogram...
Histogram looks like...
4		= -3.95494
100		= -2.35483
200		= -2.06423
300		= -1.8924
399		= -1.74745
499		= -1.63915
599		= -1.54465
699		= -1.47418
800		= -1.4011
900		= -1.33082
1000		= -1.269
1100		= -1.21606
1200		= -1.16015
1300		= -1.11645
1400		= -1.0644
1500		= -1.02973
1600		= -0.987671
1700		= -0.951198
1800		= -0.917415
1900		= -0.878452
2000		= -0.841942
2100		= -0.807814
2200		= -0.77561
2300		= -0.740926
2400		= -0.711688
2500		= -0.685167
2600		= -0.657377
2700		= -0.624632
2800		= -0.594473
2900		= -0.568789
3000		= -0.538091
3100		= -0.507592
3200		= -0.481533
3300		= -0.459345
3400		= -0.428755
3500		= -0.40513
3600		= -0.376968
3700		= -0.352818
3800		= -0.323854
3900		= -0.297018
4000		= -0.270874
4100		= -0.241213
4200		= -0.21748
4300		= -0.193943
4400		= -0.167727
4500		= -0.138097
4600		= -0.116358
4700		= -0.0925183
4800		= -0.0670668
4900		= -0.0410804
5000		= -0.0168678
5099		= 0.00711208
5199		= 0.0290846
5299		= 0.0546892
5399		= 0.0784845
5499		= 0.101669
5599		= 0.125132
5700		= 0.149428
5800		= 0.174833
5900		= 0.20268
6000		= 0.233795
6100		= 0.258814
6200		= 0.283139
6300		= 0.311485
6400		= 0.340684
6500		= 0.372077
6600		= 0.399208
6700		= 0.426629
6800		= 0.453366
6900		= 0.483221
7000		= 0.510796
7100		= 0.54195
7200		= 0.573919
7300		= 0.600721
7400		= 0.631284
7500		= 0.664571
7600		= 0.694062
7700		= 0.725836
7800		= 0.76027
7900		= 0.798698
8000		= 0.829063
8100		= 0.867562
8200		= 0.90907
8300		= 0.947597
8400		= 0.987169
8500		= 1.02404
8600		= 1.06766
8700		= 1.11185
8800		= 1.14745
8899		= 1.19739
8999		= 1.25442
9099		= 1.3155
9199		= 1.39131
9299		= 1.46535
9399		= 1.54372
9499		= 1.65124
9599		= 1.76308
9699		= 1.92322
9799		= 2.0706
9900		= 2.34532
9999		= 3.68125
Original mean was 0 with variance 1
Normal stats = 10000 -0.00959883 1.00125 0.0164751 0.0196319 0.0258009
QHisto stats = 10000 0.037181 1.0081 0.0165878 0.0197662 0.0259773


Normal histogram
Add samples to the PSqHistogram...
Original mean was 4333 with variance 17
Normal stats = 10000 4332.96 4.12828 0.0679286 0.0809444 0.10638
QHisto stats = 10000 4333.15 4.15651 0.0683931 0.081498 0.107107
Mean of Size is 186636 112.349 923.092 3.51538 4.18885 5.50476
Mean of HT is 186636 1.49911e+06 2.75953e+07 105090 125223 164562
Mean of IAT is 186635 17233.2 329284 1254.01 1494.24 1963.66
       36.5 real        23.5 user         0.6 sys  

Compilation finished at Wed Jun 10 12:43:18
