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

◆ wiener7_grad_sw()

template<typename T_y , typename T_a , typename T_v , typename T_w , typename T_sv , typename T_sw , typename T_err >
auto stan::math::internal::wiener7_grad_sw ( const T_y &  y,
const T_a &  a,
const T_v &  v,
const T_w &  w,
const T_sv &  sv,
const T_sw &  sw,
T_err  log_error 
)
inline

Calculate the derivative of the wiener7 density w.r.t.

'sw'

Template Parameters
T_ytype of scalar variable
T_atype of boundary separation
T_vtype of drift rate
T_wtype of relative starting point
T_svtype of inter-trial variability in v
T_swtype of inter-trial variability in w
T_errtype of log error tolerance
Parameters
yA scalar variable; the reaction time in seconds
aThe boundary separation
vThe drift rate
wThe relative starting point
svThe inter-trial variability of the drift rate
swThe inter-trial variability of the relative starting point
log_errorThe log error tolerance
Returns
Gradient w.r.t. sw

Definition at line 34 of file wiener_full_lpdf.hpp.