#ifndef STATS_H_INCLUDED #define STATS_H_INCLUDED #include double med(std::vector &scores,bool ignoreExtremes); double avg(const std::vector &scores,bool ignoreExtremes); #endif // STATS_H_INCLUDED