Type: Package
Package: hdflex
Title: High-Dimensional Aggregate Density Forecasts
Version: 0.1.0
Authors@R: c(
    person("Sven", "Lehmann", , "sven.lehmann@uni-rostock.de", role = c("aut", "cre", "cph")),
    person("Philipp", "Adämmer", , "philipp.adaemmer@uni-greifswald.de", role = "aut"),
    person("Rainer", "Schüssler", , "rainer.schüssler@uni-rostock.de", role = "aut")
  )
Maintainer: Sven Lehmann <sven.lehmann@uni-rostock.de>
Description: Provides a forecasting method that maps vast numbers of
    (scalar-valued) signals of any type into an aggregate density forecast
    in a time-varying and computationally fast manner. The method proceeds
    in two steps: First, it transforms a predictive signal into a density
    forecast. Second, it combines the generated candidate density
    forecasts into an ultimate density forecast. The methods are explained
    in detail in Adaemmer et al. (2023) <doi:10.2139/ssrn.4342487>.
License: GPL (>= 2)
Depends: R (>= 4.1.0)
Imports: checkmate (>= 2.1.0), dplyr (>= 1.1.0), parallel (>= 4.1.0),
        Rcpp, roll (>= 1.1.6), stats (>= 4.1.0), stringr (>= 1.5.0)
Suggests: testthat (>= 3.0.0)
LinkingTo: Rcpp, RcppArmadillo
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.2.3
Packaged: 2023-06-12 11:50:07 UTC; slehmann
Author: Sven Lehmann [aut, cre, cph],
  Philipp Adämmer [aut],
  Rainer Schüssler [aut]
Repository: CRAN
Date/Publication: 2023-06-13 08:00:05 UTC
