Percent point function/quantile function for logistic distribution.
Impure wrapper function for f_dst_logistic_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 | :: | mu |
distribution location (mean) |
|
| real(kind=wp), | intent(in), | optional | :: | scale |
distribution scale |