1 #ifndef STAN_MATH_PRIM_SCAL_FUN_LOG_INV_LOGIT_DIFF_HPP 2 #define STAN_MATH_PRIM_SCAL_FUN_LOG_INV_LOGIT_DIFF_HPP 7 #include <boost/math/tools/promotion.hpp> 35 template <
typename T1,
typename T2>
36 inline typename boost::math::tools::promote_args<T1, T2>::type
fvar< T > log1m_exp(const fvar< T > &x)
Return the natural logarithm of one minus the exponentiation of the specified argument.
fvar< T > 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 argu...
fvar< T > log1p_exp(const fvar< T > &x)