![]() |
ros2_control - galactic
|
Simplification of boost::accumulators::accumulator_set<double, bacc::stats<bacc::tag::rolling_mean>> to avoid dragging boost dependencies. More...
#include <rolling_mean_accumulator.hpp>
Public Member Functions | |
RollingMeanAccumulator (size_t rolling_window_size) | |
void | accumulate (T val) |
T | getRollingMean () const |
Simplification of boost::accumulators::accumulator_set<double, bacc::stats<bacc::tag::rolling_mean>> to avoid dragging boost dependencies.
Computes the mean of the last accumulated elements