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
.
Impure wrapper function for f_sts_mean_core
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | x(:) |
x vector (assumed size array) |
arithmetic mean