functor to compute the mean and stddev of sequence using the std::foreach algorithm
More...
#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/ALGO/StatsHelpers.h>
List of all members.
Detailed Description
functor to compute the mean and stddev of sequence using the std::foreach algorithm
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
| unsigned long count |
( |
|
) |
const [inline] |
| double mean |
( |
|
) |
const [inline] |
| double operator() |
( |
|
) |
const [inline] |
| void operator() |
( |
double |
sample |
) |
[inline] |
| double sample_stddev |
( |
|
) |
const [inline] |
| double sample_variance |
( |
|
) |
const [inline] |
| double standard_stddev |
( |
|
) |
const [inline] |
| double standard_variance |
( |
|
) |
const [inline] |
| double stddev |
( |
|
) |
const [inline] |
| double variance |
( |
|
) |
const [inline] |
Member Data Documentation
unsigned long c_ [private] |