tuple_mean ( : : Tuple : Mean )

Return the mean value of a tuple of numbers.

tuple_mean returns the mean value of all elements of the input tuple Tuple as a floating point number in the output parameter Mean. The input tuple may only consist of numbers (integer or floating point numbers).


Parameters

Tuple (input_control)
number(-array) -> integer / real / string
Input tuple.

Mean (output_control)
number(-array) -> real
Mean value of tuple elements.


Parallelization Information

tuple_mean is reentrant and processed without parallelization.


Alternatives

tuple_deviation, tuple_sum, tuple_min, tuple_max, tuple_length


Module

Operators not requiring licensing



Copyright © 1996-2005 MVTec Software GmbH