smooth {smooth}R Documentation

Smooth package

Description

Package contains functions implementing Single Source of Error state space models for purposes of time series analysis and forecasting.

Details

Package: smooth
Type: Package
Date: 2016-01-27 - Inf
License: GPL-2

The following functions are included in the package:

There are also several methods implemented in the package for the classes "smooth" and "smooth.sim":

Author(s)

Ivan Svetunkov

Maintainer: Ivan Svetunkov <ivan@svetunkov.ru>

References

See Also

forecast, es, ssarima, ces, gum

Examples


y <- ts(rnorm(100,10,3),frequency=12)

adam(y,h=20,holdout=TRUE)
es(y,h=20,holdout=TRUE)
gum(y,h=20,holdout=TRUE)
auto.ces(y,h=20,holdout=TRUE)
auto.ssarima(y,h=20,holdout=TRUE)


[Package smooth version 4.0.1 Index]