Learn R Programming

robets (version 1.4)

Forecasting Time Series with Robust Exponential Smoothing

Description

We provide an outlier robust alternative of the function ets() in the 'forecast' package of Hyndman and Khandakar (2008) . For each method of a class of exponential smoothing variants we made a robust alternative. The class includes methods with a damped trend and/or seasonal components. The robust method is developed by robustifying every aspect of the original exponential smoothing variant. We provide robust forecasting equations, robust initial values, robust smoothing parameter estimation and a robust information criterion. The method is described in more detail in Crevits and Croux (2016) .

Copy Link

Version

Install

install.packages('robets')

Monthly Downloads

17

Version

1.4

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Ruben Crevits

Last Published

March 6th, 2018

Functions in robets (1.4)

print.robets

Print robets model
robets

Robust exponential smoothing model
plot.robets

Plot robets model
plotOutliers

Plot outliers detected by robets model
summary.robets

Summary robets model
tau2

Compute the tau2 estimator of scale
coef.robets

Coef robets model
forecast.robets

Forecasting using ROBETS models