Computes the incomplete beta function.
The incomplete beta function is defind as: .
See Also
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | a |
The first argument of the function. |
||
real(kind=real64), | intent(in) | :: | b |
The second argument of the function. |
||
real(kind=real64), | intent(in) | :: | x |
The upper limit of the integration. |
The value of the incomplete beta function.