Package-level declarations
Types
The result of a bootstrap confidence interval computation, containing three CI methods.
A histogram bin with frequency statistics but without the original items.
A biased coin that lands heads (true) with the given probability.
Functions
Groups the values into equal-width bins of the given binSize.
Groups the values into a fixed number of equal-width bins.
Groups items into a fixed number of equal-width bins based on a numeric value extracted by valueSelector.
Groups items into equal-width bins based on a numeric value extracted by valueSelector.
Computes bootstrap confidence intervals for a statistic using three methods: percentile, basic (pivotal), and BCa (bias-corrected and accelerated).
Computes bootstrap confidence intervals for a statistic on a list of arbitrary elements, using three methods: percentile, basic (pivotal), and BCa (bias-corrected and accelerated).
Builds a frequency table by dividing the values into equal-width bins of the given size.
Builds a frequency table by dividing the values into a fixed number of equal-width bins.
Scales each element to the range 0, 1 using min-max normalization.
Computes the percentile rank of each element, indicating what percentage of values fall at or below it.
Computes the z-score (standard score) of each element.
Computes the z-score (standard score) of each element in this iterable.