#ifndef _STATISTICS_H_ #define _STATISTICS_H_ extern double mean(const double, const int); extern double variance(const double, const double, const int); extern double stddev(const double, const double, const int); #endif /* ! _STATISTICS_H_ */