fsml_logistic_ppf Interface

public interface fsml_logistic_ppf

Percent point function/quantile function for logistic distribution.

Calls

interface~~fsml_logistic_ppf~~CallsGraph interface~fsml_logistic_ppf fsml_logistic_ppf proc~f_dst_logistic_ppf f_dst_logistic_ppf interface~fsml_logistic_ppf->proc~f_dst_logistic_ppf proc~f_dst_logistic_ppf_core f_dst_logistic_ppf_core proc~f_dst_logistic_ppf->proc~f_dst_logistic_ppf_core proc~f_utl_assign_nan f_utl_assign_nan proc~f_dst_logistic_ppf->proc~f_utl_assign_nan proc~f_utl_is_nan f_utl_is_nan proc~f_dst_logistic_ppf->proc~f_utl_is_nan proc~s_err_print s_err_print proc~f_dst_logistic_ppf->proc~s_err_print proc~s_err_warn s_err_warn proc~f_dst_logistic_ppf->proc~s_err_warn

Module Procedures

public impure function f_dst_logistic_ppf(p, mu, scale) result(x)

Impure wrapper function for f_dst_logistic_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 :: mu

distribution location (mean)

real(kind=wp), intent(in), optional :: scale

distribution scale

Return Value real(kind=wp)