Probability density function for generalised pareto distribution. where is a shape parameter (xi), is the scale parameter (sigma), (mu) is the location (not mean).
Impure wrapper function for f_dst_gpd_pdf_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) |