Cumulative distribution function for logistic distribution.
Impure wrapper function for f_dst_logistic_cdf_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 |
|
| character(len=*), | intent(in), | optional | :: | tail |
tail options |