FunctionsBeta Method
Computes the Beta function.
Namespace: Austra.Library.StatsAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static double Beta(
double p,
double q
)
- p Double
- The first argument of the beta function.
- q Double
- The second argument of the beta function.
Double
The value of the Euler's Beta, computed from the
Gamma(Double) function.