Probability density function for logistic distribution. where is the location and mean, and is the scale parameter.
Impure wrapper function for f_dst_logistic_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 | :: | mu |
distribution location |
|
| real(kind=wp), | intent(in), | optional | :: | scale |
distribution scale |