Stan Math Library  2.20.0
reverse mode automatic differentiation
Classes | Namespaces | Functions
ibeta.hpp File Reference
#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.

Classes

class  stan::math::internal::ibeta_vvv_vari
 
class  stan::math::internal::ibeta_vvd_vari
 
class  stan::math::internal::ibeta_vdv_vari
 
class  stan::math::internal::ibeta_vdd_vari
 
class  stan::math::internal::ibeta_dvv_vari
 
class  stan::math::internal::ibeta_dvd_vari
 
class  stan::math::internal::ibeta_ddv_vari
 

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...
 

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