The purpose of this function is to calculate the mean value of the data.
(Description)
(Description)
(none)
(no elements)
(no equations)
(none)
(no validation or testing necessary)
(none)
(no remarks)
function MeanValue extends Icons.Function; input Real x[:] "Vector of values"; output Real result "Mean Value"; end MeanValue;