Evaluates the Beta function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double Beta(
double a,
double b
)
Public Shared Function Beta (
a As Double,
b As Double
) As Double
public:
static double Beta(
double a,
double b
)
static member Beta :
a : float *
b : float -> float
Parameters
- a
- Type: SystemDouble
The first argument. - b
- Type: SystemDouble
The second argument.
Return Value
Type:
DoubleThe Beta function evaluated for the specified
arguments.
The Beta function is derived from the Gamma function
through a simple identity:

The formal definition of the Beta function is
as follows:
Reference