EigenRand  0.3.0
Multinomial.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Eigen::Rand::MultinomialGen< _Scalar, Dim >
 Generator of real vectors on a multinomial distribution. More...
 
class  Eigen::Rand::DirichletGen< _Scalar, Dim >
 Generator of reals on a Dirichlet distribution. More...
 

Namespaces

 Eigen::Rand
 namespace for EigenRand
 

Functions

template<typename IntTy , typename WeightTy >
auto Eigen::Rand::makeMultinomialGen (IntTy trials, const MatrixBase< WeightTy > &probs) -> MultinomialGen< IntTy, MatrixBase< WeightTy >::RowsAtCompileTime >
 helper function constructing Eigen::Rand::MultinomialGen More...
 
template<typename AlphaTy >
auto Eigen::Rand::makeDirichletGen (const MatrixBase< AlphaTy > &alpha) -> DirichletGen< typename MatrixBase< AlphaTy >::Scalar, MatrixBase< AlphaTy >::RowsAtCompileTime >
 helper function constructing Eigen::Rand::DirichletGen More...
 

Detailed Description

Author
bab2min (bab2m.nosp@m.in@g.nosp@m.mail..nosp@m.com)
Version
0.3.3
Date
2021-03-31