Compute the antimodes on a stream of data.
Compute the median absolute deviation (MAD) on a stream of data.
Compute the mean of a stream in constant space.
Compute the exact median on a stream of data.
Merges all items in the stream.
Compute the exact mode on a stream of data.
Compute the modes on a stream of data.
Compute the exact 1-, 2-, and 3-quartiles (Q1, Q2 a.k.a. median, and Q3) on a stream of data.
Compute the standard deviation of a stream in constant space.
Compute the variance of a stream in constant space.