|
Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Estimates sample mean without overflows. More...
#include <mean.hh>
Public Types | |
| typedef T | value_type |
| typedef T & | reference |
| typedef const T & | const_reference |
| typedef int | int_type |
Public Member Functions | |
| int_type | count () const noexcept |
| value_type | mean () const noexcept |
| void | update (T x) |
| void | clear () |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const Mean &rhs) |
1.8.15