fsml_gamma_pdf Interface

public interface fsml_gamma_pdf

Probability density function for gamma distribution. Uses intrinsic exp function.

Calls

interface~~fsml_gamma_pdf~~CallsGraph interface~fsml_gamma_pdf fsml_gamma_pdf proc~f_dst_gamma_pdf f_dst_gamma_pdf interface~fsml_gamma_pdf->proc~f_dst_gamma_pdf proc~f_dst_gamma_pdf_core f_dst_gamma_pdf_core proc~f_dst_gamma_pdf->proc~f_dst_gamma_pdf_core proc~s_err_print s_err_print proc~f_dst_gamma_pdf->proc~s_err_print proc~f_utl_r2c f_utl_r2c proc~s_err_print->proc~f_utl_r2c

Module Procedures

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

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

shape parameter

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

scale parameter

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

location parameter

Return Value real(kind=wp)