Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
rank_1_mean_i64
Function
21 statements
Source File
math_stats.f90
foreng_math_stats
rank_1_mean_i64
Contents
None
public function rank_1_mean_i64(data_, type) result(mean_)
Calculate the mean of a 1d data set, given the "type"
Check which mean to call
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=int64),
intent(in),
dimension(:)
::
data_
character(len=*),
intent(in),
optional
::
type
Return Value
real(kind=real64)
Contents
None