Skip to content
Open
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
1 change: 1 addition & 0 deletions src/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ website:
- stan-users-guide/reparameterization.qmd
- stan-users-guide/efficiency-tuning.qmd
- stan-users-guide/parallelization.qmd
- stan-users-guide/user_defined_constraints.qmd
- section: "Posterior Inference & Model Checking"
contents:
- stan-users-guide/posterior-prediction.qmd
Expand Down
19 changes: 19 additions & 0 deletions src/bibtex/all.bib
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,17 @@ @MISC{Boost:2011
{http://en.highscore.de/cpp/boost/}
}

@article{Bou-Rabee:2025,
title={Incorporating local step-size adaptivity into the no-{U}-turn sampler using {G}ibbs self-tuning},
author={Bou-Rabee, Nawaf and Carpenter, Bob and Kleppe, Tore Selland and Marsden, Milo},
journal={The Journal of Chemical Physics},
volume={163},
number={8},
year={2025},
publisher={AIP Publishing}
}


@article{BowlingEtAl:2009,
author={Bowling, Shannon R. and Khasawneh, Mohammad T. and Kaewkuekool,
Sittichai and Cho, Byung Rae}, year={2009}, title={A logistic approximation to
Expand Down Expand Up @@ -1547,3 +1558,11 @@ @book{nicenboim2025introduction
year={2025},
publisher={CRC Press}
}

@manual{spiegelhalter2003bugs,
title = {{BUGS} Examples, Volume 3 (Version 0.5)},
author = {Spiegelhalter, D. J. and Thomas, A. and Best, N. G. and Gilks, W. R. and Lunn, D. J.},
year = {2003},
organization = {MRC Biostatistics Unit, Institute of Public Health},
address = {Cambridge, UK}
}
1 change: 1 addition & 0 deletions src/stan-users-guide/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ book:
- reparameterization.qmd
- efficiency-tuning.qmd
- parallelization.qmd
- user_defined_constraints.qmd
- part: "Posterior Inference & Model Checking"
chapters:
- posterior-prediction.qmd
Expand Down
Binary file added src/stan-users-guide/img/disc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/stan-users-guide/img/hexagon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/stan-users-guide/img/hollow-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/stan-users-guide/img/parallelogram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/stan-users-guide/img/ring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/stan-users-guide/img/soft-ring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading