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

◆ log_inv_logit() [7/7]

template<typename T , require_arithmetic_t< T > * = nullptr>
auto stan::math::log_inv_logit ( const var_value< T > &  u)
inline

Return the natural logarithm of the inverse logit of the specified argument.

Template Parameters
TAn arithmetic type
Parameters
uvar_value with inner arithmetic type
Returns
log inverse logit of the argument
Template Parameters
TA type derived from Eigen::EigenBase
Parameters
uvar_value with inner Eigen type
Returns
log inverse logit of the argument

Definition at line 21 of file log_inv_logit.hpp.