#include <StatAccumulator.h>
Definition at line 30 of file StatAccumulator.h.
◆ add()
void o2::math_utils::detail::StatAccumulator::add |
( |
float |
v, |
|
|
float |
w = 1. |
|
) |
| |
|
inline |
◆ clear()
void o2::math_utils::detail::StatAccumulator::clear |
( |
| ) |
|
|
inline |
◆ getMean()
double o2::math_utils::detail::StatAccumulator::getMean |
( |
| ) |
const |
|
inline |
◆ getMeanRMS2()
template<typename
T = float>
std::tuple< T, T > o2::math_utils::detail::StatAccumulator::getMeanRMS2 |
( |
| ) |
const |
|
inline |
◆ operator+()
◆ operator+=()
int o2::math_utils::detail::StatAccumulator::n = 0 |
◆ sum
double o2::math_utils::detail::StatAccumulator::sum = 0. |
◆ sum2
double o2::math_utils::detail::StatAccumulator::sum2 = 0. |
◆ wsum
double o2::math_utils::detail::StatAccumulator::wsum = 0. |
The documentation for this struct was generated from the following file:
- /home/runner/work/AliceO2/AliceO2/Common/MathUtils/include/MathUtils/detail/StatAccumulator.h