Stan Math Library
4.9.0
Automatic Differentiation
|
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/fun/beta.hpp>
#include <stan/math/rev/fun/exp.hpp>
#include <stan/math/rev/fun/fabs.hpp>
#include <stan/math/rev/fun/floor.hpp>
#include <stan/math/rev/fun/value_of_rec.hpp>
#include <stan/math/rev/fun/inc_beta.hpp>
#include <stan/math/rev/fun/lgamma.hpp>
#include <stan/math/rev/fun/log.hpp>
#include <stan/math/rev/fun/log1m.hpp>
#include <stan/math/rev/fun/value_of.hpp>
#include <stan/math/prim/fun/grad_2F1.hpp>
#include <stan/math/prim/fun/value_of.hpp>
#include <stan/math/rev/fun/hypergeometric_2F1.hpp>
#include <cmath>
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. | |
Functions | |
void | stan::math::grad_inc_beta (var &g1, var &g2, const var &a, const var &b, const var &z) |
Gradient of the incomplete beta function beta(a, b, z) with respect to the first two arguments. | |