-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 959 Bytes
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 959 Bytes
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
Package: ahead
Type: Package
Title: Time Series Forecasting with uncertainty quantification
Version: 0.35.0
Date: 2026-03-12
Author: T. Moudiki
Maintainer: T. Moudiki <thierry.moudiki@gmail.com>
Description: Univariate and multivariate time series forecasting with uncertainty quantification.
License: BSD_3_clause Clear + file LICENSE
Imports:
Rcpp (>= 1.0.6),
misc,
foreach,
snow,
forecast (>= 8.0),
ggplot2 (>= 3.0.0),
tseries,
randtoolbox (>= 1.17)
Depends: R (>= 3.5.0)
Suggests:
caret,
cclust,
dfoptim,
doSNOW,
knitr,
rmarkdown,
testthat,
fpp2,
glmnet,
e1071,
gam,
quantreg,
randomForest,
spatial,
vars,
roxygen2,
ForecastComb,
ranger,
mboost,
Mcomp,
fGarch
LinkingTo: Rcpp
RoxygenNote: 7.3.2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Remotes: thierrymoudiki/misc,
thierrymoudiki/ForecastComb