Computes the beta function.
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. |
The value of the beta function at and .
Computes the digamma function.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | x |
The value at which to evaluate the function. |
The function value.
Computes the incomplete beta function.
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.
Computes the lower incomplete gamma function.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | a |
The coefficient value. |
||
real(kind=real64), | intent(in) | :: | x |
The value at which to evaluate the function. |
The function value.
Computes the upper incomplete gamma function.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | a |
The coefficient value. |
||
real(kind=real64), | intent(in) | :: | x |
The value at which to evaluate the function. |
The function value.
Computes the regularized beta function.
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 regularized beta function.