The ZX Ecosystem v5.1.0;_GUI_v3.1.0
Loading...
Searching...
No Matches
Classes | Macros
SimpleStatistics.h File Reference
#include <limits>
#include <string>
#include <sstream>
#include "CppAddons.h"
Include dependency graph for SimpleStatistics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SSOvPol_ThrowExc< T >
 Overflow policy for SimpleStats that throws an exception if dataset is full. More...
 
class  SSOvPol_IgnoreMoreData< T >
 Overflow policy for SimpleStats that ignores further data after full. More...
 
class  SSOvPol_Reset< T >
 Overflow policy for SimpleStats that resets dataset & start afresh, if full. More...
 
class  SimpleStats< T, OverflowPolicy, MAXSIZE >
 Class that computes some statistics of a series of values of a given type. More...