vSMC
v3.0.0
Scalable Monte Carlo
|
Beta distribution. More...
#include <vsmc/rng/beta_distribution.hpp>
Classes | |
class | param_type |
Public Types | |
using | distribution_type = BetaDistribution< RealType > |
using | result_type = RealType |
Public Member Functions | |
BetaDistribution (result_type alpha=1, result_type beta=1) | |
BetaDistribution (const param_type ¶m) | |
result_type | alpha () const |
result_type | beta () const |
result_type | max () const |
result_type | min () const |
template<typename RNGType > | |
result_type | operator() (RNGType &rng) |
template<typename RNGType > | |
result_type | operator() (RNGType &rng, const param_type ¶m) |
template<typename RNGType > | |
void | operator() (RNGType &rng, std::size_t n, result_type *r) |
template<typename RNGType > | |
void | operator() (RNGType &rng, std::size_t n, result_type *r, const param_type ¶m) |
void | param (const param_type ¶m) |
const param_type & | param () const |
void | pram (param_type &¶m) |
void | reset () |
Friends | |
bool | operator!= (const distribution_type &dist1, const distribution_type &dist2) |
template<typename CharT , typename Traits > | |
std::basic_ostream< CharT, Traits > & | operator<< (std::basic_ostream< CharT, Traits > &os, const distribution_type &dist) |
bool | operator== (const distribution_type &dist1, const distribution_type &dist2) |
template<typename CharT , typename Traits > | |
std::basic_istream< CharT, Traits > & | operator>> (std::basic_istream< CharT, Traits > &is, distribution_type &dist) |
Beta distribution.
Definition at line 157 of file beta_distribution.hpp.
using vsmc::BetaDistribution< RealType >::distribution_type = BetaDistribution<RealType> |
Definition at line 159 of file beta_distribution.hpp.
using vsmc::BetaDistribution< RealType >::result_type = RealType |
Definition at line 159 of file beta_distribution.hpp.
|
inlineexplicit |
Definition at line 159 of file beta_distribution.hpp.
|
inlineexplicit |
Definition at line 159 of file beta_distribution.hpp.
|
inline |
Definition at line 159 of file beta_distribution.hpp.
|
inline |
Definition at line 159 of file beta_distribution.hpp.
|
inline |
Definition at line 164 of file beta_distribution.hpp.
|
inline |
Definition at line 162 of file beta_distribution.hpp.
|
inline |
Definition at line 159 of file beta_distribution.hpp.
|
inline |
Definition at line 159 of file beta_distribution.hpp.
|
inline |
Definition at line 159 of file beta_distribution.hpp.
|
inline |
Definition at line 159 of file beta_distribution.hpp.
|
inline |
Definition at line 159 of file beta_distribution.hpp.
|
inline |
Definition at line 159 of file beta_distribution.hpp.
|
inline |
Definition at line 159 of file beta_distribution.hpp.
|
inline |
Definition at line 166 of file beta_distribution.hpp.
|
friend |
Definition at line 159 of file beta_distribution.hpp.
|
friend |
Definition at line 159 of file beta_distribution.hpp.
|
friend |
Definition at line 159 of file beta_distribution.hpp.
|
friend |
Definition at line 159 of file beta_distribution.hpp.