![]() |
Stan Math Library
5.1.0
Automatic Differentiation
|
#include <stan/math/prim/prob/wiener4_lccdf_defective.hpp>#include <stan/math/prim/prob/wiener_full_lcdf_defective.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. | |
| 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. | |