1 #ifndef STAN__MATH__FUNCTIONS__IBETA_HPP
2 #define STAN__MATH__FUNCTIONS__IBETA_HPP
4 #include <boost/math/special_functions/beta.hpp>
23 inline double ibeta(
const double a,
double ibeta(const double a, const double b, const double x)
The normalized incomplete beta function of a, b, and x.
bool check_not_nan(const char *function, const T_y &y, const char *name, T_result *result)
Checks if the variable y is nan.