Usage: Synthetize error rates results (default : if no option is passed : --mean is activated
siSynthRelaxResult.py [OPTIONS] file1.csv file2.csv...

Options:
  -h, --help            show this help message and exit
  -d TYPE, --database=TYPE
                        one among 2000, 2005, 2008 (default : 2008)
  --csv=FILE            store computed data in csv
  -m, --mean            Show mean values. Take the mean value of each subject
                        and then compute the mean over subjects
  -c, --correlation     Show correlations between errors and energy
  -b, --best            Show best values. Take the best value of each subject
                        and then compute the mean over subjects
  -s, --std             Show standard deviation mesures. Take the best/mean
                        (see -m option) value of each subject and then compute
                        the std over subjects
  -o, --old             old behaviour of siSynthRelaxResult.py
