0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_moment::mean Interface Reference

Mean of a vector. More...

Public Member Functions

real(sp) function mean_sp (dat, mask)
 Mean of a vector.
 
real(dp) function mean_dp (dat, mask)
 

Detailed Description

Mean of a vector.

Calculates the average value of a vector, i.e. the first moment of a series of numbers:

Note
Input values must be floating points.
Author
Matthias Cuntz
Date
Nov 2011

Definition at line 354 of file mo_moment.f90.

Member Function/Subroutine Documentation

◆ mean_dp()

real(dp) function mo_moment::mean::mean_dp ( real(dp), dimension(:), intent(in)  dat,
logical, dimension(:), intent(in), optional  mask 
)

Definition at line 1109 of file mo_moment.f90.

◆ mean_sp()

real(sp) function mo_moment::mean::mean_sp ( real(sp), dimension(:), intent(in)  dat,
logical, dimension(:), intent(in), optional  mask 
)

Mean of a vector.

Calculates the average value of a vector, i.e. the first moment of a series of numbers:

Note
Input values must be floating points.
Author
Matthias Cuntz
Date
Nov 2011

Definition at line 1136 of file mo_moment.f90.

References mo_kind::dp, mo_moment::mean_sp(), and mo_kind::sp.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: