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

◆ log_wiener_prob_hit_upper()

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

Log of probability of reaching the upper bound in diffusion process.

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
log probability to reach the upper bound

Definition at line 23 of file wiener4_lccdf_defective.hpp.