input:
one-dimensional array of type Double []
output:
summary value in terms of a Double
This class is an abstract super class for operators performing calculations on 1D arrays. In particular, the operator defines as input a 1D array of numerical values and as output a single numerical value, which, e.g., can be the mean, minimum or maximum of the input array.
The following operators extend this operator: