bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
beta_dist.h File Reference
#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>
Include dependency graph for beta_dist.h:
This graph shows which files directly or indirectly include this file:

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