Learn R Programming

Rlgt (version 0.2-2)

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

625

Version

0.2-2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Christoph Bergmeir

Last Published

July 16th, 2024

Functions in Rlgt (0.2-2)

posterior_interval.rlgtfit

rlgtfit posterior interval
forecast.rlgtfit

Rlgt forecast
rlgt.control

Sets and initializes the control parameters
iclaims.example

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

Generic print function for rlgtfit models
rlgtfit

rlgtfit class
blgt.multi.forecast

Rlgt LSGT Gibbs run in parallel
initModel

Initialize a model from the Rlgt family
rlgt

Fit an Rlgt model
umcsent.example

University of Michigan Monthly Survey of Consumer Sentiment & Google Trends Queries
Rlgt-package

Getting started with the Rlgt package