#include <math/IncrementalMoments.h>
|
void | _insert (const T &x, T weight, Ctx &ctx) |
|
void | _insert (const T &x, T weight, Ctx &ctx) |
|
◆ IncrementalMoments()
◆ reset()
◆ insert()
void insert |
( |
const T & |
x, |
|
|
T |
weight = T(1) |
|
) |
| |
|
inline |
◆ var()
Returns the computed variance.
◆ _insert() [1/2]
void _insert |
( |
const T & |
x, |
|
|
T |
weight, |
|
|
Ctx & |
ctx |
|
) |
| |
|
inlineprotected |
◆ sumWeight()
Returns the sum of all sample weights, if all samples have the weight 1.0 this corresponds to the number of samples.
◆ mean()
Returns the computed mean.
◆ _insert() [2/2]
void _insert |
( |
const T & |
x, |
|
|
T |
weight, |
|
|
Ctx & |
ctx |
|
) |
| |
|
inlineprotectedinherited |
◆ m2
◆ m1
The documentation for this class was generated from the following file: