-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.74 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
40
41
42
43
Package: sparseIndexTracking
Title: Design of Portfolio of Stocks to Track an Index
Version: 0.1.1.9000
Date: 2019-06-01
Description: Computation of sparse portfolios for financial index tracking, i.e., joint
selection of a subset of the assets that compose the index and computation
of their relative weights (capital allocation). The level of sparsity of the
portfolios, i.e., the number of selected assets, is controlled through a
regularization parameter. Different tracking measures are available, namely,
the empirical tracking error (ETE), downside risk (DR), Huber empirical
tracking error (HETE), and Huber downside risk (HDR). See vignette for a
detailed documentation and comparison, with several illustrative examples.
The package is based on the paper:
K. Benidis, Y. Feng, and D. P. Palomar, "Sparse Portfolios for High-Dimensional
Financial Index Tracking," IEEE Trans. on Signal Processing, vol. 66, no. 1,
pp. 155-170, Jan. 2018. <doi:10.1109/TSP.2017.2762286>.
Authors@R: c(
person("Konstantinos", "Benidis", role = "aut", email = "[email protected]"),
person(c("Daniel", "P."), "Palomar", role = c("cre", "aut"), email = "[email protected]")
)
Maintainer: Daniel P. Palomar <[email protected]>
URL: https://CRAN.R-project.org/package=sparseIndexTracking,
https://github.com/dppalomar/sparseIndexTracking,
https://www.danielppalomar.com,
https://doi.org/10.1109/TSP.2017.2762286
BugReports: https://github.com/dppalomar/sparseIndexTracking/issues
Depends:
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
RoxygenNote: 7.2.1
Suggests:
bookdown,
knitr,
prettydoc,
rmarkdown,
R.rsp,
xts
VignetteBuilder:
knitr,
rmarkdown,
R.rsp