#include "../numerics.h"
Go to the source code of this file.
Functions | |
double | log_beta (double a, double b) |
double | regularized_beta (double x, double a, double b) |
double log_beta | ( | double | a, | |
double | b | |||
) |
Returns the natural logarithm of the beta function B(a, b) (1).
References:
a | the a parameter. | |
b | the b parameter. |
double regularized_beta | ( | double | x, | |
double | a, | |||
double | b | |||
) |
Returns the regularized beta function Ix(a, b) (1).
References:
x | the evaluation point. | |
a | the a parameter. | |
b | the b parameter. |