FunctionsBeta Method

Computes the Beta function.

Definition

Namespace: Austra.Library.Stats
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static double Beta(
	double p,
	double q
)

Parameters

p  Double
The first argument of the beta function.
q  Double
The second argument of the beta function.

Return Value

Double
The value of the Euler's Beta, computed from the Gamma(Double) function.

See Also