Cumulative distribution function for gamma distribution.
Impure wrapper function for f_dst_gamma_cdf_core
.
Handles optional arguments and invalid values for arguments.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | x |
sample position |
||
real(kind=wp), | intent(in), | optional | :: | alpha |
shape parameter |
|
real(kind=wp), | intent(in), | optional | :: | beta |
scale parameter |
|
real(kind=wp), | intent(in), | optional | :: | loc |
location parameter |
|
character(len=*), | intent(in), | optional | :: | tail |
tail options |
returned probability integral