From 78a153a0090feff7cee75d7bf3a9c90e303e8bf7 Mon Sep 17 00:00:00 2001 From: Ajinkya Kokandakar Date: Mon, 19 May 2025 23:26:47 -0500 Subject: [PATCH 1/2] add blocked cholesky paper details and arxiv bib in main README --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a25c5..f2dd8a8 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# Manuscripts \ No newline at end of file +# Manuscripts + +This repository stores code and replication materials for papers related to the mixed-models packages in Julia. + +## Paper: Mixed-model Log-likelihood Evaluation Via a Blocked Cholesky Factorization + +This paper should be used when citing [`MixedModels.jl`](https://github.com/JuliaStats/MixedModels.jl) +This pre-print for this paper is available on [arXiv](https://arxiv.org/abs/2505.11674). +The code for this paper is in the `blockedcholesky` subdirectory. +To cite the pre-print use the following bibtex: +```bib +@misc{bates2025mixedmodelloglikelihoodevaluationblocked, + title={Mixed-model Log-likelihood Evaluation Via a Blocked Cholesky Factorization}, + author={Douglas Bates and Phillip M. Alday and Ajinkya H. Kokandakar}, + year={2025}, + eprint={2505.11674}, + archivePrefix={arXiv}, + primaryClass={stat.CO}, + url={https://arxiv.org/abs/2505.11674}, +} +``` From 23615213abd63f3e13a4228d28508b7590f6f856 Mon Sep 17 00:00:00 2001 From: Ajinkya Kokandakar Date: Fri, 11 Jul 2025 01:03:30 -0500 Subject: [PATCH 2/2] removed trailing spaces --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2dd8a8..c61578c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository stores code and replication materials for papers related to the mixed-models packages in Julia. -## Paper: Mixed-model Log-likelihood Evaluation Via a Blocked Cholesky Factorization +## Paper: Mixed-model Log-likelihood Evaluation Via a Blocked Cholesky Factorization This paper should be used when citing [`MixedModels.jl`](https://github.com/JuliaStats/MixedModels.jl) This pre-print for this paper is available on [arXiv](https://arxiv.org/abs/2505.11674). @@ -10,12 +10,12 @@ The code for this paper is in the `blockedcholesky` subdirectory. To cite the pre-print use the following bibtex: ```bib @misc{bates2025mixedmodelloglikelihoodevaluationblocked, - title={Mixed-model Log-likelihood Evaluation Via a Blocked Cholesky Factorization}, + title={Mixed-model Log-likelihood Evaluation Via a Blocked Cholesky Factorization}, author={Douglas Bates and Phillip M. Alday and Ajinkya H. Kokandakar}, year={2025}, eprint={2505.11674}, archivePrefix={arXiv}, primaryClass={stat.CO}, - url={https://arxiv.org/abs/2505.11674}, + url={https://arxiv.org/abs/2505.11674}, } ```