-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathCITATION
36 lines (32 loc) · 1.66 KB
/
CITATION
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
citHeader("To cite 'sparseEigen' in publications, please use:")
citEntry(entry = "Article",
title = "Orthogonal Sparse PCA and Covariance Estimation via Procrustes Reformulation",
author = personList(as.person("K. Benidis"),
as.person("Y. Sun"),
as.person("P. Babu"),
as.person("D. P. Palomar")),
journal = "IEEE Transactions on Signal Processing",
volume = "64",
number = "23",
pages = "6211--6226",
year = "2016",
url = "http://www.danielppalomar.com/publications.html",
textVersion =
paste("K. Benidis, Y. Sun, P. Babu, and D. P. Palomar,",
"\"Orthogonal Sparse PCA and Covariance Estimation via Procrustes Reformulation,\"",
"IEEE Transactions on Signal Processing,",
"vol. 64, no. 23, pp. 6211-6226, Dec. 2016.")
)
citEntry(entry = "Manual",
title = "sparseEigen: Computation of Sparse Eigenvectors of a Matrix",
author = personList(as.person("K. Benidis"),
as.person("D. P. Palomar")),
note = "R package version 0.1.0",
year = "2017",
url = "https://CRAN.R-project.org/package=sparseEigen",
textVersion =
paste("K. Benidis and D. P. Palomar (2017).",
"sparseEigen: Computation of Sparse Eigenvectors of a Matrix.",
"R package version 0.1.0.",
"https://CRAN.R-project.org/package=sparseEigen")
)