Returns the mean or average of the array
y = sum(x)/n where n is length of x array
function mean extends TRANSFORM.Icons.Function; input Real x[:]; output Real y; end mean;