Probability density function for log-logistic distribution. where is the scale parameter, and (\beta) is the shape parameter.
Impure wrapper function for f_dst_llogistic_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), | optional | :: | alpha |
distribution log-scale |
|
| real(kind=wp), | intent(in), | optional | :: | beta |
distribution shape |
|
| real(kind=wp), | intent(in), | optional | :: | loc |
distribution log-location |