Time Series

What is a Time Series ?

  • Any metric that is measured over regular time intervals makes a Time Series.

    • Example: Weather data, Stock prices, Industry forecasts, etc are some of the common ones.
  • The analysis of experimental data that have been observed at different points in time leads to new and unique problems in statistical modeling and inference.

  • The obvious correlation introduced by the sampling of adjacent points in time can severely restrict the applicability of the many conventional statistical methods traditionally dependent on the assumption that these adjacent observations are independent and identically distributed.

Topic of This Project

Sales forecasting using different time series models, including ARIMA, SARIMA, SARIMAX, ARCH, and deep learning methods.

You can access to the Github repository of this project through this link below. All the codes and data relevant to this website are included in this repository.

560-Project-Time-Series