-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump breaking releases for project deps * Updated `init_params` kwarg which is now `initial_params` after AbstractMCMC.jl@0.5 * Updated more `init_params` to `initial_params` * Fixed incorrect references to stuff in AdvancedMH.jl and AdvancedHMC.jl * Added fix for AdvancedHMC.jl needing `n_adapts` as kwarg * Replaced DynamicPPL.jl model since the inverse gamma conjugate model has very high variance fwhen working with so few observations + using initial parameters in constrained space rather than unconstrained space since this has been addressed in `Turing.externalsampler` * Relaxed `significance` in `atol_for_chain` * Relaxed on test slightly * Updated docs * Use slightly better initialization for Turing.jl tests * Added some debugging statement for tests * Use `median` instead of `mean` in a test to lower the variance of the estimate a bit * Further relaxation of tests * Narrowed `signficiance` in `atol_for_chain` but added `min_atol` kwarg to alllow us to specify a minimum atol that we're happy with * Use elementwise comparison for a mean rather than vector-based approx * Made the test suite a bit more consistent by using explicit RNGs here and there * Forgot an RNG in one `sample`
- Loading branch information
Showing
11 changed files
with
164 additions
and
71 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.