Learn R Programming

⚠️There's a newer version (0.2-2) of this package.Take me there.

Rlgt (version 0.2-1)

Bayesian Exponential Smoothing Models with Trend Modifications

Description

An implementation of a number of Global Trend models for time series forecasting that are Bayesian generalizations and extensions of some Exponential Smoothing models. The main differences/additions include 1) nonlinear global trend, 2) Student-t error distribution, and 3) a function for the error size, so heteroscedasticity. The methods are particularly useful for short time series. When tested on the well-known M3 dataset, they are able to outperform all classical time series algorithms. The models are fitted with MCMC using the 'rstan' package.

Copy Link

Version

Install

install.packages('Rlgt')

Monthly Downloads

670

Version

0.2-1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Christoph Bergmeir

Last Published

September 15th, 2023

Functions in Rlgt (0.2-1)

posterior_interval.rlgtfit

rlgtfit posterior interval
rlgt

Fit an Rlgt model
rlgt.control

Sets and initializes the control parameters
Rlgt-package

Getting started with the Rlgt package
forecast.rlgtfit

Rlgt forecast
initModel

Initialize a model from the Rlgt family
rlgtfit

rlgtfit class
umcsent.example

University of Michigan Monthly Survey of Consumer Sentiment & Google Trends Queries
iclaims.example

Weekly Initial Claims of US Unemployment Benefits & Google Trends Queries
print.rlgtfit

Generic print function for rlgtfit models