Dirichlet distribution.
More...
#include <shark/Rng/Dirichlet.h>
template<class RealType = double>
class shark::Dirichlet_distribution< RealType >
Dirichlet distribution.
Definition at line 53 of file Dirichlet.h.
§ Dirichlet_distribution() [1/2]
template<class RealType = double>
§ Dirichlet_distribution() [2/2]
template<class RealType = double>
§ alphas()
template<class RealType = double>
§ operator()()
template<class RealType = double>
template<class Engine >
§ reset()
template<class RealType = double>
§ operator<<
template<class RealType = double>
template<class CharT , class Traits >
std::basic_ostream<CharT,Traits>& operator<< |
( |
std::basic_ostream< CharT, Traits > & |
os, |
|
|
const Dirichlet_distribution< RealType > & |
d |
|
) |
| |
|
friend |
§ operator>>
template<class RealType = double>
template<class CharT , class Traits >
std::basic_istream<CharT,Traits>& operator>> |
( |
std::basic_istream< CharT, Traits > & |
is, |
|
|
Dirichlet_distribution< RealType > & |
d |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: