|
6 | 6 | The package implements the variance identification algorithm for sparse |
7 | 7 | factor analysis described in the paper “Cover It Up\! Bipartite Graphs |
8 | 8 | Uncover Identifiability in Sparse Factor Analysis” by Darjus Hosszejni |
9 | | -and Sylvia Frühwirth-Schnatter. The paper is available at |
10 | | -[arXiv](https://arxiv.org/abs/2211.00671). |
| 9 | +and Sylvia Frühwirth-Schnatter. The paper is published in the [Journal |
| 10 | +of Multivariate |
| 11 | +Analysis](https://doi.org/10.1016/j.jmva.2025.105536). |
11 | 12 |
|
12 | 13 | The package is still under development and the API is subject to change. |
13 | 14 | For a Matlab implementation, see [`sparvaride-matlab`](https://github.com/hdarjus/sparvaride-matlab). |
@@ -75,18 +76,22 @@ citation("sparvaride") |
75 | 76 | #> |
76 | 77 | #> To cite sparvaride in publications use: |
77 | 78 | #> |
78 | | -#> Hosszejni D, Frühwirth-Schnatter S (2022). "Cover It Up! Bipartite |
79 | | -#> Graphs Uncover Identifiability in Sparse Factor Analysis." |
80 | | -#> doi:10.48550/arXiv.2211.00671 |
81 | | -#> <https://doi.org/10.48550/arXiv.2211.00671>, arXiv: 2211.00671. |
| 79 | +#> Hosszejni D, Frühwirth-Schnatter S (2026). "Cover It Up! Bipartite |
| 80 | +#> Graphs Uncover Identifiability in Sparse Factor Analysis." _Journal |
| 81 | +#> of Multivariate Analysis_, *211*, 105536. ISSN 0047-259X, |
| 82 | +#> doi:10.1016/j.jmva.2025.105536 |
| 83 | +#> <https://doi.org/10.1016/j.jmva.2025.105536>. |
82 | 84 | #> |
83 | 85 | #> A BibTeX entry for LaTeX users is |
84 | 86 | #> |
85 | | -#> @Unpublished{, |
| 87 | +#> @Article{, |
86 | 88 | #> title = {Cover It Up! Bipartite Graphs Uncover Identifiability in Sparse Factor Analysis}, |
87 | 89 | #> author = {Darjus Hosszejni and Sylvia Frühwirth-Schnatter}, |
88 | | -#> year = {2022}, |
89 | | -#> note = {arXiv: 2211.00671}, |
90 | | -#> doi = {10.48550/arXiv.2211.00671}, |
| 90 | +#> journal = {Journal of Multivariate Analysis}, |
| 91 | +#> year = {2026}, |
| 92 | +#> volume = {211}, |
| 93 | +#> pages = {105536}, |
| 94 | +#> issn = {0047-259X}, |
| 95 | +#> doi = {10.1016/j.jmva.2025.105536}, |
91 | 96 | #> } |
92 | 97 | ``` |
0 commit comments