Module stats

Source
๐Ÿ”ฌThis is a nightly-only experimental API. (test)

Structsยง

SummaryExperimental
Extracted collection of all the summary statistics of a sample set.

Traitsยง

StatsExperimental
Trait that provides simple descriptive statistics on a univariate set of numeric samples.

Functionsยง

local_sort ๐Ÿ”’ Experimental
percentile_of_sorted ๐Ÿ”’ Experimental
winsorizeExperimental
Winsorize a set of samples, replacing values above the 100-pct percentile and below the pct percentile with those percentiles themselves. This is a way of minimizing the effect of outliers, at the cost of biasing the sample. It differs from trimming in that it does not change the number of samples, just changes the values of those that are outliers.