fsml_llogistic_ppf Interface

public interface fsml_llogistic_ppf

Percent point function/quantile function for log-logistic distribution.

Calls

interface~~fsml_llogistic_ppf~~CallsGraph interface~fsml_llogistic_ppf fsml_llogistic_ppf proc~f_dst_llogistic_ppf f_dst_llogistic_ppf interface~fsml_llogistic_ppf->proc~f_dst_llogistic_ppf proc~f_dst_llogistic_ppf_core f_dst_llogistic_ppf_core proc~f_dst_llogistic_ppf->proc~f_dst_llogistic_ppf_core proc~f_utl_assign_nan f_utl_assign_nan proc~f_dst_llogistic_ppf->proc~f_utl_assign_nan proc~f_utl_is_nan f_utl_is_nan proc~f_dst_llogistic_ppf->proc~f_utl_is_nan proc~s_err_print s_err_print proc~f_dst_llogistic_ppf->proc~s_err_print proc~s_err_warn s_err_warn proc~f_dst_llogistic_ppf->proc~s_err_warn

Module Procedures

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

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

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: p

probability between 0.0 - 1.0

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

Return Value real(kind=wp)