Giter Site home page Giter Site logo

e-paj / time-series-project Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 896 KB

This is a final project for a Time Series course. My professor told me I could further work on it.

R 100.00%
time-series trends autocorrelation autoregressive-moving-average autoregression arma arima-model sarima-models r

time-series-project's Introduction

Forecasting Kpop Popularity

This is a final project for a Time Series course. My professor told me I could further work on it. Hence, this!!

Facts:

  • I gathered my data from Google Trends. It tracks the popularity of the search term over time. The maximum is 100.
  • For my project, I used the term "K-pop" and the range of my data was from January 2010 to December 2020.
  • Overall, I have 132 observations to use.
  • I used R to analyze my data.
  • (Unfurtunately, I have not saved a copy of my professor's comments about my project, but I do remember some of it.)
  • The final R code I used is Project479Part4.

What I have done so far:

  • The purpose of course is to know what model could best represent my data and use the model to forecast the popularity of the term in the next 50 years.
  • In order to know which model is best, I used six forecasting performance measures to compare each model. These include MSE, RMSE, BIC, etc..
  • I initially tried three ARIMA models of which ARIMA(0,1,3) model has the best performance.
  • I then tried six seasonal ARIMA models of which SARIMA(0,1,3)(0,1,1)12 model has the best performance.
  • Then I included a drift to each model that has the best performance of which ARIMA(0,1,3) with drift model has the best performance.
  • Lastly, from the three models I have I used the measures to pick one.
  • There are 4 R files as I keep making new R code everytime I learn something new in class. As well, as I kept the old code because I want to compare my new code with the old ones and see what are the differences.

What I can do:

  • My professor told me I could compare the popularity with other music genres like Jpop.
  • Also, I was told to be more precise about how I got my model in the end.

What I am currently doing:

  • Currently working on the Jpop data. Trying to see which model would suit it. โœ”
  • I am now comparing both data and see how each is doing in the last few years. โœ”

Credits:

  • Miller, Ryan & Schwarz, Harrison & Talke, Ismael. (2017). Forecasting Sports Popularity: Application of Time Series Analysis. Academic Journal of Interdisciplinary Studies. 6. 10.1515/ajis-2017-0009.
    • This paper was used as a guide to write my paper, Project_Report.

time-series-project's People

Contributors

e-paj avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.