tuple_deviation ( : : Tuple : Deviation )

Return the standard deviation of the elements of a tuple.

tuple_deviation calculates the standard deviation of all elements of the input tuple Tuple. It returns the deviation as a floating point number in the output parameter Deviation. The input tuple may only consist of numbers (integer or floating point numbers).


Parameters

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

Deviation (output_control)
number(-array) -> real
Standard deviation of tuple elements.


Parallelization Information

tuple_deviation is reentrant and processed without parallelization.


Alternatives

tuple_mean, tuple_sum, tuple_min, tuple_max, tuple_length, tuple_median


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH