Add entry for asap.

This commit is contained in:
David Rio Deiros 2017-05-01 11:27:54 -04:00
parent e7b46ebb46
commit b08e9c0e82

View File

@ -19,5 +19,12 @@ The included documents are:
basic set of operators, we easily construct more powerful combined basic set of operators, we easily construct more powerful combined
operators which cover a wide set of typical applications. operators which cover a wide set of typical applications.
* [:scroll:](https://github.com/papers-we-love/papers-we-love/blob/master/time_series/ts-asap.pdf)
[ASAP: Automatic Smoothing for Attention Prioritization in Streaming Time Series Visualization](http://futuredata.stanford.edu/asap/) - Kexin Rong, Peter Bailis
Time Series smoothing method to better prioritize attention in time series
exploration and monitoring visualizations, smooth the time series as much as
possible to remove noise while still retaining large-scale structure. We
develop a new technique for automatically smoothing streaming time series
that adaptively optimizes this trade-off between noise reduction (i.e.,
variance) and outlier retention (i.e., kurtosis).