forked from jstriaukas/midasml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 1.56 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: midasml
Type: Package
Title: Estimation and Prediction Methods for High-Dimensional Mixed Frequency Time Series Data
Version: 0.1.0
Authors@R: c(
person("Jonas", "Striaukas", role = c("cre","aut"), email = "[email protected]"),
person("Andrii", "Babii", role = c("aut"),
email = "[email protected]"),
person(c("Eric", "Ghysels"), role = c("aut"),
email = "[email protected]"),
person("Alex", "Kostrov", role = c("ctb"),
comment = "Contributions to analytical gradients for non-linear low-dimensional MIDAS estimation code", email = "[email protected]"))
Author: Jonas Striaukas [aut, cre]
Maintainer: Jonas Striaukas <[email protected]>
Description: The 'midasml' package implements estimation and prediction methods for high-dimensional mixed-frequency (MIDAS) time-series and panel data regression models. The regularized MIDAS models are estimated using orthogonal (e.g. Legendre) polynomials and sparse-group LASSO (sg-LASSO) estimator. For more information on the `midasml' approach see Babii, Ghysels, and Striaukas (2021, JBES forthcoming) <doi:10.1080/07350015.2021.1899933>. The package is equipped with the fast implementation of the sg-LASSO estimator by means of proximal block coordinate descent. High-dimensional mixed frequency time-series data can also be easily manipulated with functions provided in the package.
BugReports: https://github.com/jstriaukas/midasml/issues
License: GPL (>= 2)
Depends: Matrix, R (>= 2.10)
Imports: graphics, stats, mcGlobaloptim, methods, lubridate
Encoding: UTF-8
RoxygenNote: 7.1.0