input:
one-dimensional array of type Double []
optional: flag of type Boolean to also return mean-free data
output:
value of type Double, i.e. the mean of the data
an array of type Double [] containing the mean-free data
The operator calculates the mean value of all entries of the given array and optionally also calculates mean-free data from the given input.