rego-package {rego}R Documentation

Automatic Time Series Forecasting and Missing Value Imputation.

Description

rego is a machine learning algorithm for predicting and imputing time series. It can automatically set all the parameters needed, thus in the minimal configuration it only requires the target variable and the regressors if present. It can address large problems with hundreds or thousands of dependent variables and problems in which the number of dependent variables is greater than the number of observations. Moreover it can be used not only with time series but also with any other real valued target variable. The algorithm implemented includes a Bayesian stochastic search methodology for model selection and a robust estimation based on bootstrapping. rego is fast because all the code is C++.

Details

Package: rego
Type: Package
Version: 1.6.1
Date: 2023-08-09
License: GPL3 | see file LICENCE

Package contains a function for automatic time series forecasting and missing values imputation.

Author(s)

Davide Altomare (info@channelattribution.io).

References

rego Documentation


[Package rego version 1.6.1 Index]