![]() |
Stan Math Library
5.2.0
Automatic Differentiation
|
#include <stan/math/mix/functor/laplace_base_rng.hpp>#include <stan/math/mix/functor/laplace_likelihood.hpp>#include <stan/math/prim/fun/to_ref.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 LLFunc , typename LLArgs , typename CovarFun , typename CovarArgs , typename OpsTuple , typename RNG > | |
| auto | stan::math::laplace_latent_tol_rng (LLFunc &&L_f, LLArgs &&ll_args, CovarFun &&covariance_function, CovarArgs &&covar_args, OpsTuple &&ops, RNG &rng, std::ostream *msgs) |
| In a latent gaussian model,. | |
| template<typename LLFunc , typename LLArgs , typename CovarFun , typename CovarArgs , typename RNG > | |
| auto | stan::math::laplace_latent_rng (LLFunc &&L_f, LLArgs &&ll_args, CovarFun &&covariance_function, CovarArgs &&covar_args, RNG &rng, std::ostream *msgs) |
| In a latent gaussian model,. | |