![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/prim/meta.hpp>
#include <stan/math/prim/scal/fun/inv_logit.hpp>
#include <stan/math/prim/scal/err/check_finite.hpp>
#include <boost/random/bernoulli_distribution.hpp>
#include <boost/random/variate_generator.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T_t , class RNG > | |
VectorBuilder< true, int, T_t >::type | stan::math::bernoulli_logit_rng (const T_t &t, RNG &rng) |
Return a Bernoulli random variate with logit-parameterized chance of success using the specified random number generator. More... | |