We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

stat.ML

Change to browse by:

References & Citations

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Statistics > Machine Learning

Title: PSF : Introduction to R Package for Pattern Sequence Based Forecasting Algorithm

Abstract: This paper discusses about an R package that implements the Pattern Sequence based Forecasting (PSF) algorithm, which was developed for univariate time series forecasting. This algorithm has been successfully applied to many different fields. The PSF algorithm consists of two major parts: clustering and prediction. The clustering part includes selection of the optimum number of clusters. It labels time series data with reference to such clusters. The prediction part includes functions like optimum window size selection for specific patterns and prediction of future values with reference to past pattern sequences. The PSF package consists of various functions to implement the PSF algorithm. It also contains a function which automates all other functions to obtain optimized prediction results. The aim of this package is to promote the PSF algorithm and to ease its implementation with minimum efforts. This paper describes all the functions in the PSF package with their syntax. It also provides a simple example of usage. Finally, the usefulness of this package is discussed by comparing it to auto.arima and ets, well-known time series forecasting functions available on CRAN repository.
Comments: Available at: this https URL, The R Journal 2017
Subjects: Machine Learning (stat.ML)
DOI: 10.32614/RJ-2017-021
Cite as: arXiv:1606.05492 [stat.ML]
  (or arXiv:1606.05492v3 [stat.ML] for this version)

Submission history

From: Neeraj Bokde [view email]
[v1] Fri, 17 Jun 2016 12:00:21 GMT (528kb)
[v2] Thu, 25 Aug 2016 09:58:47 GMT (4165kb,D)
[v3] Sat, 18 Nov 2017 12:29:26 GMT (1069kb,D)

Link back to: arXiv, form interface, contact.