![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/mix/functor/laplace_likelihood.hpp>#include <stan/math/mix/functor/laplace_marginal_density.hpp>Go to the source code of this file.
Namespaces | |
| 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. | |
Functions | |
| template<bool propto = false, typename LFun , typename LArgs , typename CovarFun , typename ThetaVec , typename CovarArgs , require_all_eigen_vector_t< ThetaVec > * = nullptr> | |
| auto | stan::math::laplace_marginal_tol (LFun &&L_f, LArgs &&l_args, 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_density function. | |
| template<bool propto = false, typename LFun , typename LArgs , typename CovarFun , typename CovarArgs > | |
| auto | stan::math::laplace_marginal (LFun &&L_f, LArgs &&l_args, CovarFun &&covariance_function, CovarArgs &&covar_args, std::ostream *msgs) |
| Wrapper function around the laplace_marginal function. | |