Definition at line 85 of file ANNperf.h.
#include <mrpt/otherlibs/ann/ANNperf.h>
Public Member Functions | |
| void | reset () |
| ANNsampStat () | |
| void | operator+= (double x) |
| int | samples () |
| double | mean () |
| double | stdDev () |
| double | min () |
| double | max () |
Private Attributes | |
| int | n |
| double | sum |
| double | sum2 |
| double | minVal |
| double | maxVal |
| double ANNsampStat::mean | ( | ) | [inline] |
Definition at line 110 of file ANNperf.h.
References mrpt::math::sum().
| void ANNsampStat::operator+= | ( | double | x ) | [inline] |
Definition at line 101 of file ANNperf.h.
References mrpt::math::sum().
| void ANNsampStat::reset | ( | ) | [inline] |
Definition at line 91 of file ANNperf.h.
References ANN_DBL_MAX, and mrpt::math::sum().
| double ANNsampStat::stdDev | ( | ) | [inline] |
Definition at line 113 of file ANNperf.h.
References sqrt(), and mrpt::math::sum().
double ANNsampStat::maxVal [private] |
double ANNsampStat::minVal [private] |
int ANNsampStat::n [private] |
double ANNsampStat::sum [private] |
double ANNsampStat::sum2 [private] |
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |