Automatic Differentiation
 
Loading...
Searching...
No Matches
gamma_lccdf.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 
namespace  stan::math::internal
 A comparator that works for any container type that has the brackets operator.
 

Functions

template<bool any_fvar, bool partials_fvar, typename T_shape , typename T1 , typename T2 >
std::optional< std::pair< return_type_t< T1, T2 >, return_type_t< T1, T2 > > > stan::math::internal::eval_q_cf (const T1 &alpha, const T2 &beta_y)
 Computes log q and d(log q) / d(alpha) using continued fraction.
 
template<bool partials_fvar, typename T_shape , typename T1 , typename T2 >
std::optional< std::pair< return_type_t< T1, T2 >, return_type_t< T1, T2 > > > stan::math::internal::eval_q_log1m (const T1 &alpha, const T2 &beta_y)
 Computes log q and d(log q) / d(alpha) using log1m.
 
template<typename T_y , typename T_shape , typename T_inv_scale >
return_type_t< T_y, T_shape, T_inv_scale > stan::math::gamma_lccdf (const T_y &y, const T_shape &alpha, const T_inv_scale &beta)