1 #ifndef STAN_MATH_PRIM_SCAL_FUN_IBETA_HPP 2 #define STAN_MATH_PRIM_SCAL_FUN_IBETA_HPP 4 #include <boost/math/special_functions/beta.hpp>
void check_not_nan(const char *function, const char *name, const T_y &y)
Check if y is not NaN.
double ibeta(double a, double b, double x)
The normalized incomplete beta function of a, b, and x.
var ibeta(const var &a, const var &b, const var &x)
The normalized incomplete beta function of a, b, and x.