Estimates sample mean without overflows.
- Uses Welford algorithm [15].
Derived classes
Types
using int_type = intusing reference = T &using value_type = T
Fields
const typedef T & const_reference
Methods
clear() -> voidupdate(T x) -> voidmean() const -> value_typecount() const -> int_type
Friends