Skip to content

Package for probabilistic forecast reconciliation via score optimisation

License

Notifications You must be signed in to change notification settings

RcppDeepState/ProbReco

 
 

Repository files navigation

ProbReco

R build status

Overview

A package for probabilistic forecast reconciliation based on score optimisation via stochastic gradient methods. The main functions are

  • scoreopt() for score optimisation based on a rolling window of out of sample forecasts.
  • scoreoptin() for score optimisation based on using residuals (easier interface).

More information can be found in the package vignettes.

Installation

# To download `ProbReco` from CRAN:
install.packages("ProbReco")

Development version

To get a bug fix or to use a feature from the development version, you can install the development version of ProbReco from GitHub.

# install.packages("devtools")
devtools::install_github("anastasiospanagiotelis/ProbReco")

Getting help

If you encounter a clear bug, please file an issue with a minimal reproducible example on GitHub.

About

Package for probabilistic forecast reconciliation via score optimisation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 72.4%
  • C++ 22.5%
  • TeX 5.1%