Toggle navigation
Foreng
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
rank_1_mean_r32
Function
21 statements
Source File
math_stats.f90
foreng_math_stats
rank_1_mean_r32
Contents
None
public function rank_1_mean_r32(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
real(kind=real32),
intent(in),
dimension(:)
::
data_
character(len=*),
intent(in),
optional
::
type
Return Value
real(kind=real32)
Contents
None