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

◆ log1m_inv_logit() [6/6]

template<typename T , require_var_t< T > * = nullptr>
auto stan::math::log1m_inv_logit ( T &&  u)
inline

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

Template Parameters
TArithmetic or a type inheriting from EigenBase.
Parameters
uargument
Returns
log of one minus the inverse logit of the argument

Definition at line 21 of file log1m_inv_logit.hpp.