#include <genesis/utils/math/statistics.hpp>
Store a mean and a standard deviation value.
This notation is simply more readable than the std default of using a pair<T, T>
for such types.
Definition at line 117 of file statistics.hpp.
Public Attributes | |
double | mean |
double | stddev |
double mean |
Definition at line 119 of file statistics.hpp.
double stddev |
Definition at line 120 of file statistics.hpp.