.FloatArrayStat.Mean (gb.gsl)
Function Mean ( [ Weight As Float[] ] ) As Float
Return the arithmetic mean of the array data.
-
If Weight is specified, this function returns the weighted mean of the array data. It must be an array of the same size.
See also