Arithmetic mean computing algorithm.
More...
#include <bayeux/mygsl/mean.h>
Arithmetic mean computing algorithm.
◆ arithmetic_mean()
mygsl::arithmetic_mean::arithmetic_mean |
( |
| ) |
|
◆ add()
void mygsl::arithmetic_mean::add |
( |
double |
value_ | ) |
|
◆ get_mean()
double mygsl::arithmetic_mean::get_mean |
( |
| ) |
const |
◆ get_mean_of_squared()
double mygsl::arithmetic_mean::get_mean_of_squared |
( |
| ) |
const |
◆ get_n()
size_t mygsl::arithmetic_mean::get_n |
( |
| ) |
const |
◆ get_sum()
double mygsl::arithmetic_mean::get_sum |
( |
| ) |
const |
◆ get_sum_of_squared()
double mygsl::arithmetic_mean::get_sum_of_squared |
( |
| ) |
const |
◆ get_variance()
double mygsl::arithmetic_mean::get_variance |
( |
bool |
bessel_correction_ = false | ) |
const |
◆ is_valid()
bool mygsl::arithmetic_mean::is_valid |
( |
| ) |
const |
◆ remove()
void mygsl::arithmetic_mean::remove |
( |
double |
value_ | ) |
|
◆ reset()
void mygsl::arithmetic_mean::reset |
( |
| ) |
|
The documentation for this class was generated from the following file: