Time Series Analysis Framework

A screenshot of the framework used to analyze and visualize stock prices

TimeSeries Data Analysis Framework

A Time Series is a series of data points indexed in time order. It is usually comprised of data points taken at successive equally spaced points in time and it is thus discrete-time data. Time Series can be used in a massive number of domains (just to name a few, statistics, signal processing, econometrics, math finance, weather forecasting) that time series itself has become a domain of study.

This framework is aimed to provide analytical tools and operations on time series from any domain and allows plugins to be written to import time series from custom sources and visualize them in custom ways. For the time matter of this phase, we have implemented basic operations including time series arithmetic, growth rate, simple moving average, and time point extraction. Further analysis, such as curve fitting, prediction, classification and segmentation, could be supported by the framework in the future.

Tianyu Zhang 张天宇
Tianyu Zhang 张天宇
Undergraduate AI Major. Dreamer. Doer.

My research interests lie at the intersection of machine learning and scalable, distributed systems.

Related