Functionsยง
- average
- Returns the average value of the given data set, or None if data is empty.
- majority
- Returns the majority value of the given data set, or None if there is no majority.
- median_
by - Returns the median value using the given compare function, or None if data is empty.
- median_
float - Returns the median value of the given data set, or None if data is empty.
- median_
integer - Returns the median value of the given data set, or None if data is empty.