Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ wiener_lccdf_defective() [1/2]

template<bool propto = false, typename T_y , typename T_a , typename T_t0 , typename T_w , typename T_v >
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 double &  precision_derivatives = 1e-4 
)
inline

Log-CCDF for the 4-parameter Wiener distribution.

See 'wiener_full_lpdf' for more comprehensive documentation.

Template Parameters
T_ytype of reaction time
T_atype of boundary
T_t0type of non-decision time
T_wtype of relative starting point
T_vtype of drift rate
Parameters
yThe reaction time in seconds
aThe boundary separation
t0The non-decision time
wThe relative starting point
vThe drift rate
precision_derivativesLevel of precision in estimation
Returns
The log of the Wiener first passage time distribution with the specified arguments for upper boundary responses

Definition at line 227 of file wiener4_lccdf_defective.hpp.