Statistics  1.0.0
A C++17 for profiling and constant time statistical calculation
include Directory Reference

Files

file  statistics.h [code]
 A class to measure various statistics of a population. All operations (except iterator insert), are O(1), and the Statistics class uses a minimal, fixed amount of memory (i.e. it does NOT keep a list of all members of its population);.