hpp-statistics 9.0.2
Classes for doing statistics.
Loading...
Searching...
No Matches
hpp::statistics Namespace Reference

Classes

class  Bin
class  Statistics
class  DiscreteDistribution
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

◆ Proba_t

typedef double hpp::statistics::Proba_t

Function Documentation

◆ operator<<() [1/2]

std::ostream & hpp::statistics::operator<< ( std::ostream & os,
const hpp::statistics::Bin & b )
inline

◆ operator<<() [2/2]

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