fsml_median Interface

public interface fsml_median

Computes median of vector x. The procedures can handle tied ranks.

Calls

interface~~fsml_median~~CallsGraph interface~fsml_median fsml_median proc~f_sts_median f_sts_median interface~fsml_median->proc~f_sts_median proc~f_sts_median_core f_sts_median_core proc~f_sts_median->proc~f_sts_median_core proc~s_err_print s_err_print proc~f_sts_median->proc~s_err_print proc~s_utl_rank s_utl_rank proc~f_sts_median_core->proc~s_utl_rank proc~f_utl_r2c f_utl_r2c proc~s_err_print->proc~f_utl_r2c

Module Procedures

public impure function f_sts_median(x) result(median)

Impure wrapper function for f_sts_median_core.

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x(:)

x vector (assumed size array)

Return Value real(kind=wp)

median