-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1.11 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
Package: desla
Type: Package
Title: Desparsified Lasso Inference for Time Series
Version: 0.3.0
Authors@R: c(
person("Robert", "Adamek", email="robertadamek94@gmail.com", role=c("cre", "aut")),
person("Stephan", "Smeekes", email = "s.smeekes@maastrichtuniversity.nl", role = "aut"),
person("Ines", "Wilms", email = "i.wilms@maastrichtuniversity.nl", role = "aut")
)
Description: Calculates the desparsified lasso as originally introduced in van de Geer et al. (2014) <doi:10.1214/14-AOS1221>, and provides inference suitable for high-dimensional time series, based on the long run covariance estimator in Adamek et al. (2020) <arXiv:2007.10952>. Also estimates high-dimensional local projections by the desparsified lasso, as described in Adamek et al. (2022) <arXiv:2209.03218>.
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
LinkingTo:
Rcpp,
RcppArmadillo,
RcppProgress,
sitmo
Imports:
Rcpp,
Rdpack,
stats,
parallelly
URL: https://github.com/RobertAdamek/desla
BugReports: https://github.com/RobertAdamek/desla/issues
Suggests:
ggplot2
RdMacros:
Rdpack