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

◆ inv_logit() [1/6]

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

Returns the inverse logit function applied to the argument.

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

Definition at line 20 of file inv_logit.hpp.