#include <shark/Rng/Rng.h>#include <boost/random.hpp>#include <boost/math/special_functions.hpp>#include <boost/random/binomial_distribution.hpp>#include <cmath>Go to the source code of this file.
Classes | |
| class | shark::Binomial< RngType > |
| Models a binomial distribution with parameters p and n. More... | |
Namespaces | |
| shark | |
| AbstractMultiObjectiveOptimizer. | |
Functions | |
| template<typename RngType > | |
| double | shark::entropy (const Binomial< RngType > &coin) |