This function calculates the mean absolute deviation (MAD). The result is the mean of the data's absolute deviations around the mean.
(Description)
(Description)
(none)
(no elements)
(no equations)
(none)
(no validation or testing necessary)
(no remarks)
(no remarks)
function Dispersion extends Icons.Function; import TransiEnt; input Real x[:] "Input Vector"; output Real result "Result value"; end Dispersion;