ClassesClasses | | Operators

Features

List of Operators

tuple_deviationTupleDeviationTupleDeviationtuple_deviation
Return the standard deviation of the elements of a tuple.
tuple_histo_rangeTupleHistoRangeTupleHistoRangetuple_histo_range
Calculate the value distribution of a tuple within a certain value range.
tuple_lengthTupleLengthTupleLengthtuple_length
Return the number of elements of a tuple.
tuple_maxTupleMaxTupleMaxtuple_max
Return the maximal element of a tuple.
tuple_meanTupleMeanTupleMeantuple_mean
Return the mean value of a tuple of numbers.
tuple_medianTupleMedianTupleMediantuple_median
Return the median of the elements of a tuple.
tuple_minTupleMinTupleMintuple_min
Return the minimal element of a tuple.
tuple_sumTupleSumTupleSumtuple_sum
Return the sum of all elements of a tuple.

ClassesClasses | | Operators