Computes the quantile value for a given dataset (array). Uses Hyndman & Fan (1996) type 7 percentile definition:
where , and .
Impure wrapper for f_sts_quantile_core.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | x(:) |
data vector (assumed size array) |
||
| real(kind=wp), | intent(in) | :: | p |
desired percentile |
quantile value