Function reference

Bottleneck provides the following functions:

reduce

nansum, nanmean, nanstd, nanvar, nanmin, nanmax, median, nanmedian, ss, nanargmin, nanargmax, anynan, allnan

non-reduce

replace

non-reduce with axis

rankdata, nanrankdata, partition, argpartition, push

moving window

move_sum, move_mean, move_std, move_var, move_min, move_max, move_argmin, move_argmax, move_median, move_rank

Reduce

Functions the reduce the input array along the specified axis.














Non-reduce

Functions that do not reduce the input array and do not take axis as input.


Non-reduce with axis

Functions that do not reduce the input array but operate along a specified axis.






Moving window functions

Functions that operate along a (1d) moving window.