Click or drag to resize

FunctionsBeta Method

Computes the Beta function.

Namespace: Austra.Library.Stats
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
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