mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
MeanAccumulator.put
mir
math
stat
MeanAccumulator
Accumulates new values from the range r into the running mean calculation.
(community summary)
void
put
(Range r)
struct
MeanAccumulator
(T, Summation summation)
void
put
(
Range
)
(
Range
r
)
if
(
isIterable
!
Range
)
void
put
(T x)
void
put
(MeanAccumulator!(F, summation) m)
mir
math
stat
MeanAccumulator
functions
mean
put
sum
variables
count
summator
Accumulates new values from the range r into the running mean calculation. (community summary)