Evaluates the Regularized Beta function.
Namespace:
Extreme.Mathematics.SpecialFunctions
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function RegularizedBeta ( _
a As Double, _
b As Double, _
x As Double _
) As Double |
Return Value
The regularized Beta function evaluated for
the specified arguments.
Remarks
Exceptions
See Also