Contribute Media
A thank you to everyone who makes this possible: Read More

Trend Estimation in Time Series Signals

Description

Trend estimation is a family of methods to be able to detect and predict tendencies and regularities in time series signals without knowing any information a priori about the signal. Trend estimation is not only useful for trends but also could yield seasonality(cycles) of data as well. I will introduce various ways to detect trends in time series signals.

With more and more sensors readily available and collection of data becomes more ubiquitous and enables machine to machine communication(a.k.a internet of things), time series signals play more and more important role in both data collection process and also naturally in the data analysis. Data aggregation from different sources and from many people make time-series analysis crucially important in these settings. Detecting trends and patterns in time-series signals enable people to respond these changes and take actions intelligibly. Historically, trend estimation has been useful in macroeconomics, financial time series analysis, revenue management and many more fields to reveal underlying trends from the time series signals.

Trend estimation is a family of methods to be able to detect and predict tendencies and regularities in time series signals without knowing any information a priori about the signal. Trend estimation is not only useful for trends but also could yield seasonality(cycles) of data as well. Robust estimation of increasing and decreasing trends not only infer useful information from the signal but also prepares us to take actions accordingly and more intelligibly where the time of response and to action is important.

In this talk, I will introduce following trend estimation methods and compare them in real-world datasets comparing their advantages and disadvantages of each algorithm: - Moving average filtering - Exponential smoothing, - Median filtering, - Bandpass filtering, - Hodrick Prescott Filter, - Gradient Boosting Regressor, - l_1 trend filtering(my own library)

Materials Available Slides: http://bugra.github.io/pages/deck/2015-07-25/#/ Github Repo: https://github.com/bugra/pydata-seattle-2015 Notebook Link: https://github.com/bugra/pydata-seattle-2015/blob/master/notebooks/Trend%20Estimation%20Methods.ipynb

Details

Improve this page