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

Classes

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

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 )