![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <math.h>#include <boost/math/special_functions/gamma.hpp>#include <boost/math/special_functions/beta.hpp>#include <boost/math/special_functions/fpclassify.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::math | |
| Matrices and templated mathematical functions. | |
Functions | |
| double | stan::math::F32 (double a, double b, double c, double d, double e, double z, double precision=1e-6) |
| void | stan::math::gradF32 (double *g, double a, double b, double c, double d, double e, double z, double precision=1e-6) |
| void | stan::math::grad2F1 (double &gradA, double &gradC, double a, double b, double c, double z, double precision=1e-6) |
| void | stan::math::gradIncBeta (double &g1, double &g2, double a, double b, double z) |
| void | stan::math::gradRegIncBeta (double &g1, double &g2, double a, double b, double z, double digammaA, double digammaB, double digammaSum, double betaAB) |
| double | stan::math::gradRegIncGamma (double a, double z, double g, double dig, double precision=1e-6) |