Computation of running average and variance using Welford's algorithm. More...
#include <cmath>
#include <cstddef>
#include "impl/running_stats.hpp"
Go to the source code of this file.
Classes | |
class | cras::RunningStats< T > |
Computation of running average and variance using Welford's algorithm. More... | |
Namespaces | |
cras | |
Computation of running average and variance using Welford's algorithm.
Definition in file running_stats.hpp.