Change m13.7 to NUTS(0.65)#45
Merged
goedman merged 1 commit intoStatisticalRethinkingJulia:masterfrom Dec 31, 2020
rikhuijzer:patch-2
Merged
Change m13.7 to NUTS(0.65)#45goedman merged 1 commit intoStatisticalRethinkingJulia:masterfrom rikhuijzer:patch-2
goedman merged 1 commit intoStatisticalRethinkingJulia:masterfrom
rikhuijzer:patch-2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In response to #42, for m13.7, the NUTS sampler works better as NUTS(0.65) because the effective sample size is higher.
Output on NUTS(0.95)
and, output on NUTS(0.65)
The meaning of ess (Effective Sample Size) is described by Kai Xu in Probabilistic Programming in Julia (https://www.mlmi.eng.cam.ac.uk/files/kai_xu_8224821_assignsubmission_file_xu_kai_dissertation.pdf) on page 30. There, he states that a larger value means a higher sampling efficiency. With NUTS(0.65), the mcse (Monte Carlo Standard Error) also decreases, which means that NUTS(0.65) has a bettter sampling performance.