fsml_mean Interface

public interface fsml_mean

Computes arithmetic mean. where is the size of (or number of observations in) vector x, are individual elements in x, and is the arithmetic mean of x.

Calls

interface~~fsml_mean~~CallsGraph interface~fsml_mean fsml_mean proc~f_sts_mean f_sts_mean interface~fsml_mean->proc~f_sts_mean proc~f_sts_mean_core f_sts_mean_core proc~f_sts_mean->proc~f_sts_mean_core proc~s_err_print s_err_print proc~f_sts_mean->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_sts_mean(x) result(mean)

Impure wrapper function for f_sts_mean_core.

Arguments

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

x vector (assumed size array)

Return Value real(kind=wp)

arithmetic mean