forked from lily940703/febama
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1014 Bytes
/
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
Package: febama
Title: Feature-based Bayesian Forecasting Model Averaging
Version: 0.0.0.9000
Authors@R:
person(given = "Li",
family = "Li",
role = "aut",
email = "[email protected]")
person(given = "Feng",
family = "Li",
role = "cre",
email = "[email protected]")
person(given = "Yanfei",
family = "Kang",
role = "cre",
email = "[email protected]")
Description: This package describes a novel framework for density forecast combination by constructing time-varying weights based on time series features. The method estimates weights in the forecast combination via Bayesian log predictive scores from historical information.
License: GPL (>=2.0)
Depends: R (>= 3.2.0)
Imports: tsfeatures,
M4metalearning,
forecast,
mvtnorm,
parallel,
doParallel,
foreach
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1