fsml_exp_cdf Interface

public interface fsml_exp_cdf

Cumulative distribution function for exponential distribution.

Calls

interface~~fsml_exp_cdf~~CallsGraph interface~fsml_exp_cdf fsml_exp_cdf proc~f_dst_exp_cdf f_dst_exp_cdf interface~fsml_exp_cdf->proc~f_dst_exp_cdf proc~f_dst_exp_cdf_core f_dst_exp_cdf_core proc~f_dst_exp_cdf->proc~f_dst_exp_cdf_core proc~s_err_print s_err_print proc~f_dst_exp_cdf->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_exp_cdf(x, lambda, loc, tail) result(p)

Impure wrapper function for f_dst_exp_cdf_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 :: lambda

lambda parameter, beta(scale) = 1/lambda = mu/mean

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

location parameter

character(len=*), intent(in), optional :: tail

tail options

Return Value real(kind=wp)

returned probability integral