Stan Math Library  2.20.0
reverse mode automatic differentiation
Namespaces | Functions
log_inv_logit_diff.hpp File Reference
#include <stan/math/fwd/meta.hpp>
#include <stan/math/fwd/core.hpp>
#include <stan/math/prim/scal/fun/log_inv_logit_diff.hpp>
#include <stan/math/prim/scal/fun/inv_logit.hpp>
#include <stan/math/prim/scal/fun/inv.hpp>
#include <stan/math/prim/scal/fun/expm1.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::log_inv_logit_diff (const fvar< T > &x, const fvar< T > &y)
 Returns fvar with the natural logarithm of the difference of the inverse logits of the specified arguments and its gradients. More...
 
template<typename T >
fvar< T > stan::math::log_inv_logit_diff (const fvar< T > &x, double y)
 
template<typename T >
fvar< T > stan::math::log_inv_logit_diff (double x, const fvar< T > &y)
 

     [ Stan Home Page ] © 2011–2018, Stan Development Team.