Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WAIC #230

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

WAIC #230

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions Doc/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,19 @@ @misc{rossetti2024batch
url = "https://rossetti.github.io/RossettiArenaBook/ch5-BatchMeansMethod.html",
}

@article{Gelman2014,
author = {Andrew Gelman and Jessica Hwang and Aki Vehtari},
title = {Understanding predictive information criteria for Bayesian models},
journal = {Statistics and Computing},
year = {2014},
volume = {24},
number = {6},
pages = {997--1016},
doi = {10.1007/s11222-013-9416-2},
url = {https://doi.org/10.1007/s11222-013-9416-2},
issn = {1573-1375}
}

@article{gelman2019,
author = "Aki Vehtari and Andrew Gelman and Daniel Simpson and Bob Carpenter and Paul-Christian Bürkner",
title = "{Rank-normalization, folding, and localization: An improved \(\widehat{R}\) for assessing convergence of MCMC}",
Expand All @@ -180,3 +193,33 @@ @article{2011ThinningMCMC
doi = {10.1111/j.2041-210X.2011.00131.x},
url = {https://doi.org/10.1111/j.2041-210X.2011.00131.x},
}

@article{Spiegelhalter2002,
author = {David J. Spiegelhalter and Nicola G. Best and Bradley P. Carlin and Angelika Van Der Linde},
title = {Bayesian Measures of Model Complexity and Fit},
journal = {Journal of the Royal Statistical Society Series B: Statistical Methodology},
year = {2002},
volume = {64},
number = {4},
pages = {583--639},
month = {October},
doi = {10.1111/1467-9868.00353},
url = {https://doi.org/10.1111/1467-9868.00353}
}

@manual{BRugsDIC,
title = {DIC Function: Deviance Information Criterion},
author = {{The BRugs Development Team}},
year = {2024},
note = {Accessed: 2024-11-29},
url = {https://search.r-project.org/CRAN/refmans/BRugs/html/dic.html},
}

@manual{Hartig2024WAIC,
author = {Florian Hartig},
title = {WAIC Calculation in BayesianTools Package},
year = {2024},
note = {Accessed: 2024-11-30},
url = {https://search.r-project.org/CRAN/refmans/BayesianTools/html/WAIC.html},
institution = {CRAN},
}
Loading