croissance.estimation.outliers module# croissance.estimation.outliers.remove_outliers(series, window=30, std=2)[source]# Returns a tuple containing a series with points removed where the distance of the median exceeds std standard deviations within a rolling window, and a series containing the removed outliers.