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

◆ log_inv_logit_diff() [5/10]

template<typename T_x , typename T_y , require_all_prim_or_rev_kernel_expression_t< T_x, T_y > * = nullptr, require_any_var_t< T_x, T_y > * = nullptr, require_any_not_stan_scalar_t< T_x, T_y > * = nullptr>
var_value< matrix_cl< double > > stan::math::log_inv_logit_diff ( T_x &&  x,
T_y &&  y 
)
inline

Returns the natural logarithm of the difference of the inverse logits of the specified arguments.

Template Parameters
T_xtype of x argument
T_ytype of y argument
Parameters
xfirst argument
ysecond argument
Returns
Result of log difference of inverse logits of arguments.

Definition at line 34 of file log_inv_logit_diff.hpp.