![]() |
Stan Math Library
2.12.0
reverse mode automatic differentiation
|
#include <stan/math/prim/scal/err/domain_error.hpp>
#include <stan/math/prim/scal/fun/inc_beta.hpp>
#include <stan/math/prim/scal/fun/inc_beta_ddb.hpp>
#include <cmath>
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
template<typename T > | |
T | stan::math::inc_beta_ddb (T a, T b, T z, T digamma_b, T digamma_ab) |
Returns the partial derivative of the regularized incomplete beta function, I_{z}(a, b) with respect to b. More... | |
template<typename T > | |
T | stan::math::inc_beta_dda (T a, T b, T z, T digamma_a, T digamma_ab) |
Returns the partial derivative of the regularized incomplete beta function, I_{z}(a, b) with respect to a. More... | |