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

◆ wiener5_gradient_large_reaction_time_terms()

template<GradientCalc GradW, typename T_y , typename T_a , typename T_w_value , typename T_err >
auto stan::math::internal::wiener5_gradient_large_reaction_time_terms ( T_y &&  y,
T_a &&  a,
T_w_value &&  w_value,
T_err &&  error 
)
inlinenoexcept

Calculate the 'n_terms_large_t' term for a wiener5 gradient.

Template Parameters
GradWWhether the calculation is for gradient w.r.t. 'w'
T_ytype of scalar variable
T_atype of boundary separation
T_w_valuetype of relative starting point
T_errtype of error
Parameters
yA scalar variable; the reaction time in seconds
aThe boundary separation
w_valueThe relative starting point
errorThe error tolerance
Returns
'n_terms_large_t' term

Definition at line 128 of file wiener5_lpdf.hpp.