#include <Accumulator.hpp>
|
| Accumulator (std::size_t N) |
|
void | operator() (const std::vector< double > &) |
|
std::vector< double > | mean () const |
|
std::vector< double > | variance () const |
|
std::vector< double > | std_error () const |
| Returns the standard error of the mean assuming uncorrelated samples.
|
|
Definition at line 48 of file Accumulator.hpp.
◆ Accumulator()
Utils::Accumulator::Accumulator |
( |
std::size_t |
N | ) |
|
|
inlineexplicit |
◆ mean()
std::vector< double > Utils::Accumulator::mean |
( |
| ) |
const |
|
inline |
◆ operator()()
void Utils::Accumulator::operator() |
( |
const std::vector< double > & |
data | ) |
|
|
inline |
◆ std_error()
std::vector< double > Utils::Accumulator::std_error |
( |
| ) |
const |
|
inline |
◆ variance()
std::vector< double > Utils::Accumulator::variance |
( |
| ) |
const |
|
inline |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
The documentation for this class was generated from the following file: