giant.utilities.outlier_identifierΒΆ

This module provides a function for calculating outliers in a 1 dimensional data set using Median Absolute Deviation.

This is useful for rejecting gross outliers from large data sets and is used fairly frequently internal to GIANT. See the get_outliers() documentation for more details.

Functions

get_outliers

This function can be used to identify outliers in a 1 dimensional set of data.