mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
MeanAccumulator.put
mir
math
stat
MeanAccumulator
Adds a single value or all elements of a range to the mean accumulator.
(community summary)
void
put
(Range r)
void
put
(T x)
struct
MeanAccumulator
(T, Summation summation)
void
put
()
(
T
x
)
void
put
(MeanAccumulator!(F, summation) m)
mir
math
stat
MeanAccumulator
functions
mean
put
sum
variables
count
summator
Adds a single value or all elements of a range to the mean accumulator. (community summary)