1#ifndef STAN_MATH_PRIM_FUN_INC_BETA_DDZ_HPP
2#define STAN_MATH_PRIM_FUN_INC_BETA_DDZ_HPP
9#include <boost/math/special_functions/beta.hpp>
39 using boost::math::ibeta_derivative;
40 return ibeta_derivative(a, b, z);
T inc_beta_ddz(T a, T b, T z)
Returns the partial derivative of the regularized incomplete beta function, I_{z}(a,...
fvar< T > log(const fvar< T > &x)
fvar< T > lgamma(const fvar< T > &x)
Return the natural logarithm of the gamma function applied to the specified argument.
fvar< T > log1m(const fvar< T > &x)
fvar< T > exp(const fvar< T > &x)
The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation ...