Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ inv_logit() [1/8]

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.