fsml_llogistic_pdf Interface

public interface fsml_llogistic_pdf

Probability density function for log-logistic distribution. where is the scale parameter, and (\beta) is the shape parameter.

Calls

interface~~fsml_llogistic_pdf~~CallsGraph interface~fsml_llogistic_pdf fsml_llogistic_pdf proc~f_dst_llogistic_pdf f_dst_llogistic_pdf interface~fsml_llogistic_pdf->proc~f_dst_llogistic_pdf proc~f_dst_llogistic_pdf_core f_dst_llogistic_pdf_core proc~f_dst_llogistic_pdf->proc~f_dst_llogistic_pdf_core proc~f_utl_assign_nan f_utl_assign_nan proc~f_dst_llogistic_pdf->proc~f_utl_assign_nan proc~s_err_print s_err_print proc~f_dst_llogistic_pdf->proc~s_err_print

Module Procedures

public impure function f_dst_llogistic_pdf(x, alpha, beta, loc) result(fx)

Impure wrapper function for f_dst_llogistic_pdf_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

Return Value real(kind=wp)