statistic helper classes

test-cases
modified grid importance for better trap-detection
This commit is contained in:
2016-10-01 13:17:14 +02:00
parent 729340031d
commit 51c0945e12
15 changed files with 343 additions and 64 deletions

9
math/Stats.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef MATH_STATS_H
#define MATH_STATS_H
#include "stats/Average.h"
#include "stats/Median.h"
#include "stats/Minimum.h"
#include "stats/Maximum.h"
#endif // MATH_STATS_H