fsml_f_cdf Interface

public interface fsml_f_cdf

Cumulative density function for the F distribution.

Calls

interface~~fsml_f_cdf~~CallsGraph interface~fsml_f_cdf fsml_f_cdf proc~f_dst_f_cdf f_dst_f_cdf interface~fsml_f_cdf->proc~f_dst_f_cdf proc~f_dst_f_cdf_core f_dst_f_cdf_core proc~f_dst_f_cdf->proc~f_dst_f_cdf_core proc~s_err_print s_err_print proc~f_dst_f_cdf->proc~s_err_print proc~f_dst_betai_core f_dst_betai_core proc~f_dst_f_cdf_core->proc~f_dst_betai_core proc~f_utl_r2c f_utl_r2c proc~s_err_print->proc~f_utl_r2c

Module Procedures

public impure function f_dst_f_cdf(x, d1, d2, loc, scale, tail) result(p)

Impure wrapper function for f_dst_f_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) :: d1

numerator degrees of freedom

real(kind=wp), intent(in) :: d2

denominator degrees of freedom

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

location parameter

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

scale parameter

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

tail option

Return Value real(kind=wp)

output probability