.FloatArrayStat.AbsDev (gb.gsl)

Function AbsDev ( [ Weight As Float[], Mean As Float ] ) As Float

Return the absolute deviation from the mean of the array data.
  • If Weight is specified, the function returns the absolute deviation of the weighted data.

  • If Mean is not specified, then the mean is computed from the data.

See also