|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
#include "bitrl/bitrl_consts.h"#include "bitrl/bitrl_types.h"#include "bitrl/utils/maths/math_utils.h"#include <boost/random/beta_distribution.hpp>#include <cmath>#include <type_traits>#include <vector>

Go to the source code of this file.
Classes | |
| class | bitrl::utils::maths::stats::BetaDist< RealType > |
| The beta distribution is a real-valued distribution which produces values in the range [0, 1]. It has two parameters, alpha and beta. More... | |
Namespaces | |
| namespace | bitrl |
| namespace | bitrl::utils |
| namespace | bitrl::utils::maths |
| namespace | bitrl::utils::maths::stats |