-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.76 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: greybox
Type: Package
Title: Toolbox for Model Building and Forecasting
Version: 2.0.4.41003
Date: 2025-01-17
Authors@R: c(person("Ivan", "Svetunkov", email = "ivan@svetunkov.com", role = c("aut", "cre"),
comment="Senior 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: LGPL-2.1
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.3.2
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(old_usage = TRUE)