fsml_llogistic_cdf Interface

public interface fsml_llogistic_cdf

Cumulative distribution function for log-logistic distribution.

Calls

interface~~fsml_llogistic_cdf~~CallsGraph interface~fsml_llogistic_cdf fsml_llogistic_cdf proc~f_dst_llogistic_cdf f_dst_llogistic_cdf interface~fsml_llogistic_cdf->proc~f_dst_llogistic_cdf proc~f_dst_llogistic_cdf_core f_dst_llogistic_cdf_core proc~f_dst_llogistic_cdf->proc~f_dst_llogistic_cdf_core proc~f_utl_assign_nan f_utl_assign_nan proc~f_dst_llogistic_cdf->proc~f_utl_assign_nan proc~s_err_print s_err_print proc~f_dst_llogistic_cdf->proc~s_err_print

Module Procedures

public impure function f_dst_llogistic_cdf(x, alpha, beta, loc, tail) result(p)

Impure wrapper function for f_dst_llogistic_cdf_core. Handles optional arguments and invalid values for arguments.

Arguments

Type IntentOptional 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

character(len=*), intent(in), optional :: tail

tail options

Return Value real(kind=wp)