Computes the Beta function.
Namespace: Austra.Library.StatsAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic 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