Jpp
18.4.0
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 76 of file JKatoomba_t.hh.
|
inline |
Default constructor.
Definition at line 80 of file JKatoomba_t.hh.
|
inline |
|
inline |
|
inline |
Get mean value.
Definition at line 113 of file JKatoomba_t.hh.
|
inline |
Get mean value.
value | default value |
Definition at line 128 of file JKatoomba_t.hh.
|
private |
Definition at line 137 of file JKatoomba_t.hh.
|
private |
Definition at line 138 of file JKatoomba_t.hh.