Module calc

Source
Expand description

Commonly used calculations.

Functions§

mean
Returns the mean of the slice.
median_sorted
Returns the median of a sorted slice.