Go to the source code of this file.
|
| 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.
|
| |
|
| template<bool propto = false, typename Mean , typename CovarFun , typename CovarArgs , typename OpsTuple > |
| auto | stan::math::laplace_marginal_tol_bernoulli_logit_lpmf (const std::vector< int > &y, const std::vector< int > &n_samples, Mean &&mean, CovarFun &&covariance_function, CovarArgs &&covar_args, OpsTuple &&ops, std::ostream *msgs) |
| | Wrapper function around the laplace_marginal function for a logistic Bernoulli likelihood.
|
| |
| template<bool propto = false, typename Mean , typename CovarFun , typename CovarArgs > |
| auto | stan::math::laplace_marginal_bernoulli_logit_lpmf (const std::vector< int > &y, const std::vector< int > &n_samples, Mean &&mean, CovarFun &&covariance_function, CovarArgs &&covar_args, std::ostream *msgs) |
| | Wrapper function around the laplace_marginal function for a logistic Bernoulli likelihood.
|
| |