Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/1345-standardlibrary-mathematics-stat-mathsubfunctions-statmathaveragedeviation.md
T
2026-06-23 21:47:51 +08:00

317 B

MathAverageDeviation

The function calculates the average absolute deviation of array elements.

double  MathAverageDeviation(
   const double&  array[]   // array of values
   )

Parameters

array[]

[in] Array of values.

Return Value

The average absolute deviation of array elements.