Automatic Differentiation
 
Loading...
Searching...
No Matches
wiener_full_lccdf_defective.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.
 
namespace  stan::math::internal
 A comparator that works for any container type that has the brackets operator.
 

Functions

template<typename T_y , typename T_a , typename T_v , typename T_w , typename T_sw , typename T_err >
auto stan::math::internal::wiener7_ccdf_grad_sw (const T_y &y, const T_a &a, const T_v &v, const T_w &w, const T_sw &sw, T_err log_error)
 Calculate the derivative of the wiener7 density w.r.t.
 
template<bool propto = false, typename T_y , typename T_a , typename T_t0 , typename T_w , typename T_v , typename T_sv , typename T_sw , typename T_st0 >
auto stan::math::wiener_lccdf_defective (const T_y &y, const T_a &a, const T_t0 &t0, const T_w &w, const T_v &v, const T_sv &sv, const T_sw &sw, const T_st0 &st0, const double &precision_derivatives=1e-8)
 Returns the log CCDF of the Wiener distribution for a (Wiener) drift diffusion model with up to 7 parameters.