Special.Beta Method

Evaluates the Beta function.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double Beta(
	double a,
	double b
)

Parameters

a  Double
The first argument.
b  Double
The second argument.

Return Value

Double
The Beta function evaluated for the specified arguments.

Remarks

The Beta function is derived from the Gamma function through a simple identity:

The formal definition of the Beta function is as follows:

See Also