1 #ifndef __JMATH__JQUANTILE_T__ 
    2 #define __JMATH__JQUANTILE_T__ 
   14 namespace JPP { 
using namespace JMATH; }
 
#define THROW(JException_t, A)
Marco for throwing exception with std::ostream compatible message. 
 
void put(const double x)
Put value. 
 
JQuantile_t()
Default constructor. 
 
double getMean(const double value) const 
Get mean value. 
 
std::vector< double > buffer
 
Exception for division by zero. 
 
double getMean() const 
Get mean value. 
 
Auxiliary data structure for average.