![]() |
Stan Math Library
2.20.0
reverse mode automatic differentiation
|
#include <stan/math/rev/meta.hpp>
#include <stan/math/rev/core.hpp>
#include <stan/math/prim/scal/fun/ibeta.hpp>
#include <stan/math/prim/scal/fun/digamma.hpp>
#include <stan/math/prim/scal/fun/tgamma.hpp>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
stan::math::internal | |
Functions | |
double | stan::math::internal::ibeta_hypergeometric_helper (double a, double b, double z, double precision=1e-8, double max_steps=1000) |
Calculates the generalized hypergeometric 3F2(a, a, b; a + 1, a + 1; z). More... | |
var | stan::math::ibeta (const var &a, const var &b, const var &x) |
The normalized incomplete beta function of a, b, and x. More... | |