|
| template<bool propto = false, typename Eta , typename Mean , typename CovarFun , typename CovarArgs , typename OpsTuple > |
| auto | stan::math::laplace_marginal_tol_neg_binomial_2_log_lpmf (const std::vector< int > &y, const std::vector< int > &y_index, const Eta &eta, Mean &&mean, CovarFun &&covariance_function, CovarArgs &&covar_args, OpsTuple &&ops, std::ostream *msgs) |
| | Wrapper function around the laplace_marginal function for a negative binomial likelihood.
|
| |
| template<bool propto = false, typename Eta , typename Mean , typename CovarFun , typename CovarArgs > |
| auto | stan::math::laplace_marginal_neg_binomial_2_log_lpmf (const std::vector< int > &y, const std::vector< int > &y_index, const Eta &eta, Mean &&mean, CovarFun &&covariance_function, CovarArgs &&covar_args, std::ostream *msgs) |
| | Wrapper function around the laplace_marginal function for a negative binomial likelihood.
|
| |
| template<bool propto = false, typename Eta , typename Mean , typename CovarFun , typename CovarArgs , typename OpsTuple > |
| auto | stan::math::laplace_marginal_tol_neg_binomial_2_log_summary_lpmf (const std::vector< int > &y, const std::vector< int > &n_per_group, const std::vector< int > &counts_per_group, const Eta &eta, Mean &&mean, CovarFun &&covariance_function, CovarArgs &&covar_args, OpsTuple &&ops, std::ostream *msgs) |
| | Wrapper function around the laplace_marginal function for a negative binomial likelihood.
|
| |
| template<bool propto = false, typename Eta , typename Mean , typename CovarFun , typename CovarArgs > |
| auto | stan::math::laplace_marginal_neg_binomial_2_log_summary_lpmf (const std::vector< int > &y, const std::vector< int > &n_per_group, const std::vector< int > &counts_per_group, const Eta &eta, Mean &&mean, CovarFun &&covariance_function, CovarArgs &&covar_args, std::ostream *msgs) |
| | Wrapper function around the laplace_marginal function for a negative binomial likelihood.
|
| |