ListStats (i.e. Statistics on a list of numbers)
Definition at line 71 of file stl_helpers.hpp.
#include <stl_helpers.hpp>
Public Member Functions | |
ListStats () | |
constructor More... | |
Public Attributes | |
bt | max |
bt | mean |
statistics values More... | |
bt | min |
unsigned | n |
number of items used in the statistics taking More... | |
bt | sigma |
|
inline |
constructor
Definition at line 78 of file stl_helpers.hpp.
bt gnsstk::ListStats< bt >::max |
Definition at line 76 of file stl_helpers.hpp.
bt gnsstk::ListStats< bt >::mean |
statistics values
Definition at line 76 of file stl_helpers.hpp.
bt gnsstk::ListStats< bt >::min |
Definition at line 76 of file stl_helpers.hpp.
unsigned gnsstk::ListStats< bt >::n |
number of items used in the statistics taking
Definition at line 74 of file stl_helpers.hpp.
bt gnsstk::ListStats< bt >::sigma |
Definition at line 76 of file stl_helpers.hpp.