Statistics module.
Calculates mean of real values.
Calculates mean of 4-byte real values.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=r4), | intent(inout) | :: | x(:) |
Values. |
Mean value.
Calculates mean of 8-byte real values.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=r8), | intent(inout) | :: | x(:) |
Values. |
Mean value.