|
| template<bool propto = false, typename Eta , typename ThetaVec , typename Mean , typename CovarFun , typename CovarArgs , require_eigen_vector_t< ThetaVec > * = nullptr> |
| 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, 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 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 ThetaVec , typename Mean , typename CovarFun , typename CovarArgs , require_eigen_vector_t< ThetaVec > * = nullptr> |
| 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, 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 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.
|
| |