-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.21 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
Package: nowcasting
Type: Package
Title: Predicting Economic Variables using Dynamic Factor Models
Version: 1.1.2
Depends: R (>= 3.4.0)
Date: 2019-06-04
Authors@R: c( person("Daiane", "Marcolino de Mattos", email = "daiane.mattos@fgv.br",role=c("aut","cre")),
person("Pedro","Costa Ferreira",email = "pedro.guilherme@fgv.br",role=c("aut")),
person("Serge","de Valk",email = "serge.valk@fgv.br",role=c("aut")),
person("Guilherme","Branco Gomes",email = "guilherme.branco.gomes@gmail.com",role=c("aut"))
)
Maintainer: Daiane Marcolino de Mattos <daiane.mattos@fgv.br>
Description: It contains the tools to implement dynamic factor models to forecast economic variables. The user will be able to construct pseudo real time vintages, use information criteria for determining the number of factors and shocks, estimate the model, and visualize results among other things.
License: GPL-3
BugReports: https://github.com/nmecsys/nowcasting/issues
URL: https://github.com/nmecsys/nowcasting
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Suggests: knitr,
rmarkdown
Imports: corpcor, httr, lubridate, matlab, RCurl, xts, zoo, DBI, magic, RMySQL, Matrix, vars, stats