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

◆ log1m_inv_logit() [7/7]

template<typename T , require_stan_scalar_or_eigen_t< T > * = nullptr>
auto stan::math::log1m_inv_logit ( const var_value< 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.