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 ThetaVec , typename Mean , typename CovarFun , typename CovarArgs , require_eigen_vector_t< ThetaVec > * = nullptr> |
| 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, const ThetaVec &theta_0, double tolerance, int max_num_steps, const int hessian_block_size, const int solver, const int max_steps_line_search, 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.
|
| |