Coder Social home page Coder Social logo

timeseries's Introduction

Time Series Analysis

Documentation of Time Series Analysis Course 2020 by

  • 05111950010029 - Yolla Faradhilla
  • 05111950010040 - Hafara Firdausi

Assignments

  1. ARIMA - Paper Review
  2. RNN for Timeseries
  3. LSTM for Timeseries
  4. GSTAR

Tools

  • R
  • RStudio (maybe you use this)
  • Jupyter Notebook (I prefer this!)

Configure Jupyter Notebook to work with R on a Mac

I'm totally new in the R language and not comfortable using RStudio. So, I looked for other alternatives that could make me having fun with R. And yeah, I end up using Jupyter Notebook right now! xoxo, thanks jupyter ๐Ÿ’–

  1. Open your terminal, install libgit2 using brew

    $ brew install libgit2
  2. Open R within terminal

    $ R
  3. Install these R libraries

    > install.packages(c(
      'repr',
      'IRdisplay',
      'evaluate',
      'crayon',
      'pbdZMQ',
      'devtools',
      'uuid',
      'digest',
      'git2r'
      ), dependencies = TRUE)
  4. Install IRkernel package from Github using devtools::install_github

    > devtools::install_github('IRkernel/IRkernel')
  5. Install the Interactive R kernel system-wide

     > IRkernel::installspec(user = FALSE)
  6. Done! Open your Jupyter Notebook and let's have fun!

    $ jupyter notebook

References

  • N.D. Lewis - Neural Networks for Time Series Forecasting with R (2017)
  • William W.S.Wei - Time Series Analysis (2006)

timeseries's People

Contributors

yollafrdl avatar mocatfrio 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.