Package: rego 1.6.1
Davide Altomare
rego: Automatic Time Series Forecasting and Missing Value Imputation
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 dependent variables 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 for time series but also for 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++.
Authors:
rego_1.6.1.tar.gz
rego_1.6.1.tar.gz(r-4.5-noble)rego_1.6.1.tar.gz(r-4.4-noble)
rego_1.6.1.tgz(r-4.4-emscripten)rego_1.6.1.tgz(r-4.3-emscripten)
rego.pdf |rego.html✨
rego/json (API)
# Install 'rego' in R: |
install.packages('rego', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/davidealtomare/rego/issues
- Data - Airline Passenger Dataset
Last updated 1 years agofrom:9d861f0989. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 25 2024 |
R-4.5-linux-x86_64 | OK | Oct 25 2024 |
Exports:regpred
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Automatic Time Series Forecasting and Missing Value Imputation. | rego-package rego |
Airline Passenger Dataset | Data |
Automatic Time Series forecasting and Missing Value Imputation. | regpred |