1#ifndef __JMATH__JQUANTILE_T__
2#define __JMATH__JQUANTILE_T__
14namespace JPP {
using namespace JMATH; }
49 void put(
const double x)
#define THROW(JException_t, A)
Marco for throwing exception with std::ostream compatible message.
Exception for division by zero.
Auxiliary classes and methods for mathematical operations.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary data structure for average.
void put(const double x)
Put value.
JQuantile_t()
Default constructor.
double getMean(const double value) const
Get mean value.
std::vector< double > buffer
double getMean() const
Get mean value.