![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
#include <utility>#include <stan/math/prim/meta.hpp>#include <stan/math/prim/fun/exp.hpp>#include <stan/math/prim/fun/log.hpp>#include <stan/math/prim/fun/log1m.hpp>#include <stan/math/prim/prob/exponential_rng.hpp>#include <stan/math/prim/prob/neg_binomial_rng.hpp>Go to the source code of this file.
Namespaces | |
| namespace | stan |
| The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation. | |
| namespace | stan::math |
| Matrices and templated mathematical functions. | |
Functions | |
| template<typename T_alpha , typename RNG > | |
| auto | stan::math::yule_simon_rng (T_alpha &&alpha, RNG &rng) |
| Return a yule-simon random variate with the given shape parameter, using the given random number generator. | |