|
Jpp
18.2.0-rc.1
the software that should make you happy
|
Auxiliary data structure for average. More...
#include <JKatoomba_t.hh>
Public Member Functions | |
| JQuantile () | |
| Default constructor. More... | |
| void | reset () |
| Reset. More... | |
| void | put (const double x) |
| Put value. More... | |
| long double | getMean () const |
| Get mean value. More... | |
| long double | getMean (const double value) const |
| Get mean value. More... | |
Private Attributes | |
| long double | total |
| long long int | count |
Auxiliary data structure for average.
Definition at line 75 of file JKatoomba_t.hh.
|
inline |
Default constructor.
Definition at line 79 of file JKatoomba_t.hh.
|
inline |
|
inline |
|
inline |
Get mean value.
Definition at line 112 of file JKatoomba_t.hh.
|
inline |
Get mean value.
| value | default value |
Definition at line 127 of file JKatoomba_t.hh.
|
private |
Definition at line 136 of file JKatoomba_t.hh.
|
private |
Definition at line 137 of file JKatoomba_t.hh.
1.8.5