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

This package provides basic tools for statistics. It contains:

  • DiscreteDistribution a templated class containing pairs of object and their corresponding weights. A weight define the probability of an object to be randomly picked.
  • Statistics a templated class to do histograms. It stores Bin and count the number of times they are added.
  • SuccessStatistics enhances Statistics<SuccessBin>.