mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
MeanAccumulator.sum
mir
math
stat
MeanAccumulator
Returns the current sum of accumulated values as type `F`, defaulting to `T`.
(community summary)
struct
MeanAccumulator
(T, Summation summation)
const @
safe
@
property
pure nothrow @
nogc
F
sum
(
F
=
T
)
(
)
mir
math
stat
MeanAccumulator
functions
mean
put
sum
variables
count
summator
Returns the current sum of accumulated values as type `F`, defaulting to `T`. (community summary)