This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Indoor/math/Stats.h
kazu 51c0945e12 statistic helper classes
test-cases
modified grid importance for better trap-detection
2016-10-01 13:17:14 +02:00

10 lines
174 B
C

#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