Weighted mean computing algorithm.
More...
#include <bayeux/mygsl/mean.h>
Weighted mean computing algorithm.
◆ weighted_mean()
mygsl::weighted_mean::weighted_mean |
( |
| ) |
|
◆ add()
void mygsl::weighted_mean::add |
( |
double |
value_, |
|
|
double |
weight_ |
|
) |
| |
◆ get_mean()
double mygsl::weighted_mean::get_mean |
( |
| ) |
const |
◆ get_weight()
double mygsl::weighted_mean::get_weight |
( |
| ) |
const |
◆ get_weighted_sum()
double mygsl::weighted_mean::get_weighted_sum |
( |
| ) |
const |
◆ is_valid()
bool mygsl::weighted_mean::is_valid |
( |
| ) |
const |
◆ reset()
void mygsl::weighted_mean::reset |
( |
| ) |
|
The documentation for this class was generated from the following file: