functor to compute the mean and stddev of sequence using the std::foreach algorithm More...
#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/ALGO/StatsHelpers.h>
| Public Types | |
| typedef double | argument_type | 
| typedef double | result_type | 
| Public Member Functions | |
| mean_and_stddev () | |
| void | operator() (double sample) | 
| double | sample_variance () const | 
| double | standard_variance () const | 
| double | sample_stddev () const | 
| double | standard_stddev () const | 
| double | mean () const | 
| unsigned long | count () const | 
| double | variance () const | 
| double | stddev () const | 
| double | operator() () const | 
| Private Attributes | |
| double | m_ | 
| double | q_ | 
| unsigned long | c_ | 
functor to compute the mean and stddev of sequence using the std::foreach algorithm
| typedef double argument_type | 
| typedef double result_type | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | private | 
| 
 | private | 
| 
 | private | 
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:38 using doxygen 1.8.5 |