#ifndef STATISTICS_H #define STATISTICS_H #include // run this at each step to compute the running average double average_step( double val, double avg, uint64_t t, uint64_t starting_time, uint64_t print_freq, uint64_t first_box); #endif