[][src]Module micromath::statistics::trim

Iterate over input slices after culling statistical outliers.

Structs

Iter

A "trimmed" iterator which culls outliers at a given number of standard deviations from the mean.

Constants

DEFAULT_THRESHOLD

Default number of standard deviations at which a value should be considered an outlier.

Traits

Trim

Iterate over the given input after culling outliers.