Giter VIP home page Giter VIP logo

forecastsnstsexamples's Introduction

Build Status

forecastSNSTSexamples

Data examples for the R package 'forecastSNSTS'

The aim of the forecastSNSTS package is to distribute the data and R code to replicate the empirical examples form Section 5 in the following paper (click to open):

Predictive, finite-sample model choice for time series under stationarity and non-stationarity (2017/06/03)

Older version of the package can be used to replicate the examples in older versions of the paper. In particular, version 1.1-0 can be used to replicate the examples in

Predictive, finite-sample model choice for time series under stationarity and non-stationarity (2016/11/15)

Replicating the examples

First, if you have not done so already, install R from http://www.r-project.org (click on download R, select a location close to you, and download R for your platform). Once you have the latest version of R installed and started execute the following commands on the R shell:

install.packages("devtools")
devtools::install_github("tobiaskley/forecastSNSTSexamples")

This will first install the R package devtools and then use it to install the latest (development) version of forecastSNSTSexamples from the GitHub repository.

If you want to install an older version of the examples you can, for example, call

devtools::install_github("tobiaskley/forecastSNSTSexamples", ref="v1.1-0")

Now that you have R and forecastSNSTSexamples installed you can load the package and access the help files:

library(forecastSNSTSexamples)
help("forecastSNSTSexamples")

To access the (documentation provided with the) data

library(forecastSNSTSexamples)
help("LondonHPI")
help("Hohenpeissenberg")
help("FTSE100")

Finally, to replicate the empirical examples from Section 5 in the paper call

library(forecastSNSTSexamples)
demo("LondonHPI")
demo("Hohenpeissenberg")
demo("FTSE100")

forecastsnstsexamples's People

Contributors

tobiaskley avatar

Watchers

 avatar

Forkers

quantlet

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.