3 template <typename StorageType
, typename IncrementType
, IncrementType NoValueReturn
>
7 void add(IncrementType val
)
17 _previousMean
= _accumulator
/ _count
;
25 IncrementType
previousMean()
36 size_t getCount() const
42 StorageType _accumulator
;
44 IncrementType _previousMean
;