statistic helper classes
test-cases modified grid importance for better trap-detection
This commit is contained in:
9
math/Stats.h
Normal file
9
math/Stats.h
Normal 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
|
||||
Reference in New Issue
Block a user