hpp::statistics Namespace Reference

Classes

class  Bin
 Abstract class representing a bin. More...
 
class  DiscreteDistribution
 
class  Statistics
 Template class to do statistics. More...
 
class  SuccessBin
 This class count the number of success and failure. More...
 
class  SuccessStatistics
 

Typedefs

typedef double Proba_t
 

Functions

std::ostream & operator<< (std::ostream &os, const hpp::statistics::Bin &b)
 
template<typename T >
std::ostream & operator<< (std::ostream &os, const hpp::statistics::Statistics< T > &ss)
 

Typedef Documentation

typedef double hpp::statistics::Proba_t

Function Documentation

std::ostream& hpp::statistics::operator<< ( std::ostream &  os,
const hpp::statistics::Bin b 
)
inline
template<typename T >
std::ostream & hpp::statistics::operator<< ( std::ostream &  os,
const hpp::statistics::Statistics< T > &  ss 
)