Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
log_falling_factorial.hpp File Reference
#include <stan/agrad/fwd/fvar.hpp>
#include <stan/meta/traits.hpp>
#include <stan/math/functions/log_falling_factorial.hpp>
#include <boost/math/special_functions/digamma.hpp>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::agrad
 Function gradients via reverse-mode automatic differentiation.
 

Functions

template<typename T >
fvar< T > stan::agrad::log_falling_factorial (const fvar< T > &x, const fvar< T > &n)
 
template<typename T >
fvar< T > stan::agrad::log_falling_factorial (const double x, const fvar< T > &n)
 
template<typename T >
fvar< T > stan::agrad::log_falling_factorial (const fvar< T > &x, const double n)
 

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