#ifndef STL_STATISTICS_HPP #define STL_STATISTICS_HPP #include void get_stats(const std::vector &, double & , double & ); #endif