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).
|
Tuple (input_control) |
number(-array) -> integer / real / string |
| Input tuple. | |
|
Deviation (output_control) |
number(-array) -> real |
| Standard deviation of tuple elements. | |
tuple_deviation is reentrant and processed without parallelization.
tuple_mean, tuple_sum, tuple_min, tuple_max, tuple_length, tuple_median
Foundation