STATMEANDEV

f = STATMEANDEV (var1 [, var2, … , varN])

Mean absolute deviation around arithmetic mean. var1 to varN can be single numbers or arrays.

See: https://en.wikipedia.org/wiki/Average_absolute_deviation

Example

A = [2,2,3,4,14]
print statmeandev(A)    ' Output: 3.6
Math
If there is insufficient information on this page and you wish learn more about STATMEANDEV, please send an email to smallbasic@gmail.com. You can help to improve information about STATMEANDEV by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.