Percent point function/quantile function for gamma distribution.
Procedure uses bisection method. p
should be between 0.0 and 1.0.
Impure wrapper function for f_dst_gamma_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 |
shape parameter |
|
real(kind=wp), | intent(in), | optional | :: | beta |
scale parameter |
|
real(kind=wp), | intent(in), | optional | :: | loc |
location parameter |
sample position