11Type: Package
22Package: loo
33Title: Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models
4- Version: 2.8 .0.9000
5- Date: 2024-07-03
4+ Version: 2.9 .0.9000
5+ Date: 2025-12-22
66Authors@R: c(
7- person("Aki", "Vehtari", , "Aki.Vehtari@aalto.fi", role = "aut"),
8- person("Jonah", "Gabry", , "jsg2201@columbia.edu ", role = c("cre", "aut")),
7+ person("Aki", "Vehtari", email = "Aki.Vehtari@aalto.fi", role = "aut"),
8+ person("Jonah", "Gabry", email = "jgabry@gmail.com ", role = c("cre", "aut")),
99 person("Måns", "Magnusson", role = "aut"),
1010 person("Yuling", "Yao", role = "aut"),
1111 person("Paul-Christian", "Bürkner", role = "aut"),
@@ -14,9 +14,11 @@ Authors@R: c(
1414 person("Ben", "Goodrich", role = "ctb"),
1515 person("Juho", "Piironen", role = "ctb"),
1616 person("Bruno", "Nicenboim", role = "ctb"),
17- person("Leevi", "Lindgren", role = "ctb")
17+ person("Leevi", "Lindgren", role = "ctb"),
18+ person("Visruth", "Srimath Kandali", role = "ctb"),
19+ person("Florence", "Bockting", role = "ctb")
1820 )
19- Maintainer: Jonah Gabry <jsg2201@columbia.edu >
21+ Maintainer: Jonah Gabry <jgabry@gmail.com >
2022Description: Efficient approximate leave-one-out cross-validation (LOO)
2123 for Bayesian models fit using Markov chain Monte Carlo, as described
2224 in Vehtari, Gelman, and Gabry (2017) <doi:10.1007/s11222-016-9696-4>.
@@ -36,7 +38,7 @@ Imports:
3638 checkmate,
3739 matrixStats (>= 0.52),
3840 parallel,
39- posterior (>= 1.5 .0),
41+ posterior (>= 1.7 .0),
4042 stats
4143Suggests:
4244 bayesplot (>= 1.7.0),
0 commit comments