vtools.functions.error_detect

Functions

_nrepeat(ts)

Series-only version

despike(arr[, n1, n2, block])

example()

example2()

med_outliers(ts[, level, scale, filt_len, ...])

Detect outliers by running a median filter, subtracting it from the original series and comparing the resulting residuals to a global robust range of scale (the interquartile range).

med_outliers2(ts[, secfilt, level, scale, ...])

median_test(ts[, level, filt_len, ...])

nrepeat(ts)

Return the length of consecutive runs of repeated values

rolling_window(data, block)

steep_then_nan(ts[, level, scale, filt_len, ...])

Detect outliers by running a median filter, subtracting it from the original series and comparing the resulting residuals to a global robust range of scale (the interquartile range).

threshold(ts, bounds[, copy])