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

◆ wiener_prob_derivative_term()

template<typename T_a , typename T_w , typename T_v >
auto stan::math::internal::wiener_prob_derivative_term ( const T_a &  a,
const T_v &  v,
const T_w &  w 
)
inlinenoexcept

Calculate parts of the partial derivatives for wiener_prob_grad_a and wiener_prob_grad_v (on log-scale)

Template Parameters
T_atype of boundary
T_wtype of relative starting point
T_vtype of drift rate
Parameters
aThe boundary separation
wThe relative starting point
vThe drift rate
Returns
'ans' term

Definition at line 55 of file wiener4_lccdf_defective.hpp.