Return the standard deviation of the elements of a tuple.
::tuple_deviation calculates the standard derivation of all elements of the input tuple Tuple. It returns the derivation 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) -> HTuple.long / double / char * |
| Input tuple. | |
|
Deviation (output_control) |
number(-array) -> (HTuple.) double * |
| Standard deviation of tuple elements. | |
::tuple_mean, ::tuple_sum, ::tuple_min, ::tuple_max, ::tuple_length
Operators not requiring licensing