-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
-
add functions to
outlier.py
that label outliers in a timeseries based on deviations from a reference signal. The current functions inoutlier.py
find outliers using either the time series' marginal distribution (zscore
,tukey
) or sliding windows of the time series (hampel
). I don't know how to define an outlier from the deviation of signal from reference, but perhaps the existing outlier methods apply? -
add functions to
outlier.py
to identify threshold curves in a time series. The geometry is intuitive, but the statistics can seem complicated and out of reach. Maybe there's a version of quantile regression that can be applied here.
See discussion in #223.
Metadata
Metadata
Assignees
Labels
No labels