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 .gitignore

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this file

Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ TODO.tdl
*.hpp
*.dll
tmp*
posterior_database/run_reference_stochastic_volatility.py
10 changes: 10 additions & 0 deletions posterior_database/bibliography/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,13 @@ @article{crowder1978beta
abstract = {Summary A method is proposed for the regression analysis of proportions based on the Beta-binomial distribution.},
year = {1978}
}

@article{hoffman2014nuts,
author = {Hoffman, Matthew D. and Gelman, Andrew},
title = {The No-U-Turn Sampler: Adaptively Setting Path Lengths in {H}amiltonian {M}onte {C}arlo},
journal = {Journal of Machine Learning Research},
year = {2014},
volume = {15},
number = {1},
pages = {1593--1623}
}
Loading