fsml_logistic_pdf Interface

public interface fsml_logistic_pdf

Probability density function for logistic distribution. where is the location and mean, and is the scale parameter.

Calls

interface~~fsml_logistic_pdf~~CallsGraph interface~fsml_logistic_pdf fsml_logistic_pdf proc~f_dst_logistic_pdf f_dst_logistic_pdf interface~fsml_logistic_pdf->proc~f_dst_logistic_pdf proc~f_dst_logistic_pdf_core f_dst_logistic_pdf_core proc~f_dst_logistic_pdf->proc~f_dst_logistic_pdf_core proc~f_utl_assign_nan f_utl_assign_nan proc~f_dst_logistic_pdf->proc~f_utl_assign_nan proc~s_err_print s_err_print proc~f_dst_logistic_pdf->proc~s_err_print

Module Procedures

public impure function f_dst_logistic_pdf(x, mu, scale) result(fx)

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

distribution location

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

distribution scale

Return Value real(kind=wp)