Learn R Programming

PSF (version 0.5)

Forecasting of Univariate Time Series Using the Pattern Sequence-Based Forecasting (PSF) Algorithm

Description

Pattern Sequence Based Forecasting (PSF) takes univariate time series data as input and assist to forecast its future values. This algorithm forecasts the behavior of time series based on similarity of pattern sequences. Initially, clustering is done with the labeling of samples from database. The labels associated with samples are then used for forecasting the future behaviour of time series data. The further technical details and references regarding PSF are discussed in Vignette.

Copy Link

Version

Install

install.packages('PSF')

Monthly Downloads

321

Version

0.5

License

GPL (>= 2)

Maintainer

Last Published

May 1st, 2022

Functions in PSF (0.5)

psf

Train a PSF model from an univariate time series using the PSF algorithm
plot.psf

Plot actual and forecasted values of an univariate time series
predict.psf

Forecasting of univariate time series using a trained PSF model