#include <stats.hpp>
|
| std::uint64_t | count {0} |
| |
| double | m2 {0.0} |
| |
| double | mean {0.0} |
| |
◆ add()
| void quant::stats::Welford::add |
( |
double |
value | ) |
|
|
inline |
◆ merge()
| void quant::stats::Welford::merge |
( |
const Welford & |
other | ) |
|
|
inline |
◆ variance()
| double quant::stats::Welford::variance |
( |
| ) |
const |
|
inline |
◆ count
| std::uint64_t quant::stats::Welford::count {0} |
◆ m2
| double quant::stats::Welford::m2 {0.0} |
◆ mean
| double quant::stats::Welford::mean {0.0} |
The documentation for this struct was generated from the following file: