Toggle navigation
FSTATS
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
mean
Function
15 statements
Source File
fstats_descriptive_statistics.f90
fstats_descriptive_statistics
mean
Contents
public pure function mean(x) result(rst)
Computes the mean of the values in an array.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
x
(:)
The array of values to analyze.
Return Value
real(kind=real64)
The result.
Contents