Cumulative distribution function for generalised pareto distribution.
Impure wrapper function for f_dst_gpd_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) | :: | xi |
distribution shape parameter |
||
real(kind=wp), | intent(in), | optional | :: | mu |
distribution location |
|
real(kind=wp), | intent(in), | optional | :: | sigma |
distribution dispersion/scale (must be positive) |
|
character(len=*), | intent(in), | optional | :: | tail |
tail options |
returned probability integral