Giter Site home page Giter Site logo

tsstudio's Introduction

TSstudio

The TSstudio package provides a set of interactive visualization tools for time series analysis and forecasting.

Overview

The TSstudio package provides a set of tools for time series analysis, supporting “ts”, “mts”, “zoo”, and “xts” objects. It includes interactive visualizations tools based on the plotly package for descriptive time series analysis. In addition for the visualization tools, the package provides a set of utility functions for preprocessing time series objects.

All the visualization tools in the package, support multiple time series objects (“ts”, “mts”, “zoo”, “xts” and model output from the forecast package) without the need of any data transformation. They include the following plots:

  1. Visualization of time series objects (ts_plot)
  2. Seasonality plots (ts_seasonal)
  3. Heatmap, surface and polar plots (ts_heatmap, ts_surface, ts_polar)
  4. Lags and correlation plots (ts_lags, ts_acf, ts_pacf)
  5. Decompose plot (ts_decompose)
  6. Residual plot (check_res)
  7. Forecast performance (test_forecast)

Besides the visualization functions, there are set of utility functions:

  1. ts_split - for splitting time series object to training and testing partitions
  2. ts_reshape - transforming time series objects to year/cycle unit data frame format
  3. xts_to_ts and zoo_to_ts - functions for transforming xts or zoo objects to ts format

Note: most of the current functions support only monthly and quarterly frequencies, the plan is to expend the ability to lower frequencies such as daily and hourly in the next release

Examples

A detailed examples of the package's key functions is available here.

The TSstudio package

Installation

Install the stable version from CRAN:

install.packages("TSstudio")

or install the development version from Github:

# install.packages("devtools")
devtools::install_github("RamiKrispin/TSstudio")

tsstudio's People

Contributors

ramikrispin 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.