Package: greybox
Type: Package
Title: Toolbox for Model Building and Forecasting
Version: 1.0.9.41001
Date: 2023-04-02
Authors@R: c(person("Ivan", "Svetunkov", email = "ivan@svetunkov.ru", role = c("aut", "cre"),
                  comment="Lecturer at Centre for Marketing Analytics and Forecasting, Lancaster University, UK"),
             person("Yves R.", "Sagaert", role = c("ctb"),
                  comment="Visiting Research at Centre for Marketing Analytics and Forecasting, Lancaster University, UK"))
URL: https://github.com/config-i1/greybox
BugReports: https://github.com/config-i1/greybox/issues
Language: en-GB
Description: Implements functions and instruments for regression model building and its
             application to forecasting. The main scope of the package is in variables selection
             and models specification for cases of time series data. This includes promotional
             modelling, selection between different dynamic regressions with non-standard
             distributions of errors, selection based on cross validation, solutions to the fat
             regression model problem and more. Models developed in the package are tailored
             specifically for forecasting purposes. So as a results there are several methods
             that allow producing forecasts from these models and visualising them.
License: GPL (>=2)
Depends: R (>= 3.5.0)
Imports: stats, generics (>= 0.1.2), graphics, utils, pracma, nloptr,
        statmod, zoo, texreg, xtable, methods
LinkingTo: Rcpp
Suggests: smooth (>= 3.1.0), doMC, doParallel, foreach, testthat,
        rmarkdown, knitr
Enhances: vars,
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(old_usage = TRUE)
Repository: https://config-i1.r-universe.dev
RemoteUrl: https://github.com/config-i1/greybox
RemoteRef: HEAD
RemoteSha: be32de495ca1acb00491f4391a7c3d9df50a9790
NeedsCompilation: yes
Packaged: 2023-05-18 08:07:06 UTC; root
Author: Ivan Svetunkov [aut, cre] (Lecturer at Centre for Marketing Analytics
    and Forecasting, Lancaster University, UK),
  Yves R. Sagaert [ctb] (Visiting Research at Centre for Marketing
    Analytics and Forecasting, Lancaster University, UK)
Maintainer: Ivan Svetunkov <ivan@svetunkov.ru>
