Automatic Differentiation
 
Loading...
Searching...
No Matches
laplace_latent_bernoulli_logit_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 Mean , typename CovarFun , typename CovarArgs , typename OpsTuple , typename RNG >
Eigen::VectorXd stan::math::laplace_latent_tol_bernoulli_logit_rng (const std::vector< int > &y, const std::vector< int > &n_samples, Mean &&mean, CovarFun &&covariance_function, CovarArgs &&covar_args, OpsTuple &&ops, RNG &rng, std::ostream *msgs)
 In a latent gaussian model,.
 
template<typename Mean , typename CovarFun , typename CovarArgs , typename RNG >
Eigen::VectorXd stan::math::laplace_latent_bernoulli_logit_rng (const std::vector< int > &y, const std::vector< int > &n_samples, Mean &&mean, CovarFun &&covariance_function, CovarArgs &&covar_args, RNG &rng, std::ostream *msgs)
 In a latent gaussian model,.