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

◆ log1m_inv_logit() [1/7]

template<typename T >
fvar< T > stan::math::log1m_inv_logit ( const fvar< T > &  x)
inline

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

Template Parameters
Tinner type of the fvar
Parameters
xargument
Returns
log of one minus the inverse logit of the argument

Definition at line 21 of file log1m_inv_logit.hpp.