Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
laplace_latent_rng.hpp File Reference

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<typename LLFunc , typename LLArgs , typename ThetaVec , typename CovarFun , typename CovarArgs , typename RNG >
auto stan::math::laplace_latent_tol_rng (LLFunc &&L_f, LLArgs &&ll_args, CovarFun &&covariance_function, CovarArgs &&covar_args, ThetaVec &&theta_0, const double tolerance, const int max_num_steps, const int hessian_block_size, const int solver, const int max_steps_line_search, RNG &rng, std::ostream *msgs)
 In a latent gaussian model,.
 
template<typename LLFunc , typename LLArgs , typename CovarFun , typename CovarArgs , typename RNG >
auto stan::math::laplace_latent_rng (LLFunc &&L_f, LLArgs &&ll_args, CovarFun &&covariance_function, CovarArgs &&covar_args, RNG &rng, std::ostream *msgs)
 In a latent gaussian model,.