BetaFn
BetaFn(a, b)
The complete beta function, defined as:
- [math]\displaystyle{ BetaFn(a,b) = \int_0^1 x^{a-1} (1-x)^{b-1} dx }[/math]
The following relationship exists between the BetaFn and the GammaFn:
Numeric considerations
For very large values of a
and b
, the result underflow, so that you might find it better to use Ln(BetaFn(a,b))
. However, when computing the log-beta function, you should compute it using:
See Also
- Beta
- BetaI : The incomplete beta function
- GammaFn : The complete gamma function
- Parametric continuous distributions
- Distribution Densities Library
Comments
Enable comment auto-refresher