-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.29 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
Package: utsf
Title: Univariate Time Series Forecasting
Version: 1.1.0.9000
Authors@R: c(
person("Maria Pilar", "Frias-Bustamante", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-6886-0953")),
person("Francisco", "Martinez", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-5206-1898"))
)
Description: An engine for univariate time series forecasting using
different regression models in an autoregressive way. The engine
provides an uniform interface for applying the different models.
Furthermore, it is extensible so that users can easily apply their
own regression models to univariate time series forecasting and
benefit from all the features of the engine, such as preprocessings
or estimation of forecast accuracy.
Maintainer: Francisco Martinez <[email protected]>
License: MIT + file LICENSE
URL: https://github.com/franciscomartinezdelrio/utsf
BugReports: https://github.com/franciscomartinezdelrio/utsf/issues
Imports:
Cubist,
FNN,
forecast,
ggplot2,
ipred,
methods,
ranger,
rpart,
vctsfr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr