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_poisson_log_lpmf (const std::vector< int > &y, const std::vector< int > &y_index, 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 log poisson likelihood.
|
| |
| template<bool propto = false, typename CovarFun , typename CovarArgs , typename Mean > |
| auto | stan::math::laplace_marginal_poisson_log_lpmf (const std::vector< int > &y, const std::vector< int > &y_index, Mean &&mean, CovarFun &&covariance_function, CovarArgs &&covar_args, std::ostream *msgs) |
| | Wrapper function around the laplace_marginal function for a log poisson likelihood.
|
| |