Percent point function/quantile function for log-logistic distribution.
Impure wrapper function for f_dst_llogistic_ppf_core.
Handles optional arguments and invalid values for arguments.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | p |
probability between 0.0 - 1.0 |
||
| real(kind=wp), | intent(in), | optional | :: | alpha |
distribution log-scale |
|
| real(kind=wp), | intent(in), | optional | :: | beta |
distribution shape |
|
| real(kind=wp), | intent(in), | optional | :: | loc |
distribution log-location |