![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/fwd/meta.hpp>
#include <stan/math/fwd/core.hpp>
#include <stan/math/prim/scal/fun/inv_logit.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
fvar< T > | stan::math::inv_logit (const fvar< T > &x) |
Returns the inverse logit function applied to the argument. More... | |