Commits on Source (30)
-
Gregory Ashton authored
-
Aditya Vijaykumar authored
-
If `use_ratio` was None, the `log_evidence` was recalculated correctly, but the log_bayes_factor was not updated. This meant the log_bayes_factor from the first result file was stored causing inconsistencies (the log_ev - log_ev_err != log_bf). This fixes this issue and makes the interface more straight forward, always using the log_evidence directly
-
Moritz Huebner authored
Fix bug in combining evidences See merge request !880
-
Moritz Huebner authored
-
Moritz Huebner authored
Fixed CDF and PDF for SymmertricLogUniform See merge request !876
-
Moritz Huebner authored
Resolve "Minor typo in docs/basics-of-parameter-estimation.txt" Closes #526 See merge request !878
-
Moritz Huebner authored
Corrected documentation of `get_binary_black_hole_likelihood` Closes #527 See merge request !879
-
All results will be stored with a dictionary of the modules and versions if available loaded at runtime.
-
Moritz Huebner authored
Merge branch '532-expand-the-list-of-stored-versioning-to-include-the-basic-software-stack-e-g-numpy-astropy' into 'master' Resolve "Expand the list of stored versioning to include the basic software stack (e.g., numpy, astropy)" Closes #532 See merge request !881
-
Please enter the commit message for your changes. Lines starting
-
Moritz Huebner authored
Adding dnest4 Sampler Closes #483 See merge request !849
-
Moritz Huebner authored
-
Philip Relton authored
Constraints to Uniform priors. The original contraints caused the tutorial to fail when sampling began.
-
-
Moritz Huebner authored
add waveform plot to tutorial See merge request !817
-
Aditya Vijaykumar authored
-
Moritz Huebner authored
ROQ Tutorial: Changing constraints to uniform priors See merge request !884
-
Moritz Huebner authored
Added CDF explicitly to conditional priors See merge request !882
-
Moritz Huebner authored
Changed bilby.core.priors to bilby.core.prior at some places in the prior documentation Closes #534 See merge request !887
-
Moritz Huebner authored
-
Moritz Huebner authored
Now passes an array.array object in the Cpnest livepoint constructor See merge request !888
-
Moritz Huebner authored
-
Moritz Huebner authored
Resolve "Follow-up from "Adding dnest4 Sampler"" Closes #533 See merge request !883
-
-
Moritz Huebner authored
Resolve "Create an AUTHORS.md file" Closes #535 See merge request !885
-
-
Shanika Galaudage authored
Generic Slab and spike priors for bilby See merge request !857
-
Shanika Galaudage authored
-
Shanika Galaudage authored
Version 1.0.3 release See merge request !890
Showing
- .gitlab-ci.yml 6 additions, 0 deletions.gitlab-ci.yml
- AUTHORS.md 71 additions, 0 deletionsAUTHORS.md
- CHANGELOG.md 20 additions, 1 deletionCHANGELOG.md
- bilby/core/prior/__init__.py 1 addition, 0 deletionsbilby/core/prior/__init__.py
- bilby/core/prior/analytical.py 15 additions, 1 deletionbilby/core/prior/analytical.py
- bilby/core/prior/conditional.py 32 additions, 0 deletionsbilby/core/prior/conditional.py
- bilby/core/prior/slabspike.py 169 additions, 0 deletionsbilby/core/prior/slabspike.py
- bilby/core/result.py 11 additions, 9 deletionsbilby/core/result.py
- bilby/core/sampler/__init__.py 7 additions, 5 deletionsbilby/core/sampler/__init__.py
- bilby/core/sampler/base_sampler.py 27 additions, 2 deletionsbilby/core/sampler/base_sampler.py
- bilby/core/sampler/cpnest.py 3 additions, 2 deletionsbilby/core/sampler/cpnest.py
- bilby/core/sampler/dnest4.py 316 additions, 0 deletionsbilby/core/sampler/dnest4.py
- bilby/core/sampler/pymultinest.py 2 additions, 22 deletionsbilby/core/sampler/pymultinest.py
- bilby/core/sampler/ultranest.py 1 addition, 25 deletionsbilby/core/sampler/ultranest.py
- bilby/core/utils.py 10 additions, 0 deletionsbilby/core/utils.py
- bilby/gw/likelihood.py 1 addition, 1 deletionbilby/gw/likelihood.py
- docs/basics-of-parameter-estimation.txt 1 addition, 1 deletiondocs/basics-of-parameter-estimation.txt
- docs/prior.txt 3 additions, 3 deletionsdocs/prior.txt
- docs/samplers.txt 5 additions, 0 deletionsdocs/samplers.txt
- examples/core_examples/slabspike_example.py 97 additions, 0 deletionsexamples/core_examples/slabspike_example.py
AUTHORS.md
0 → 100644
bilby/core/prior/slabspike.py
0 → 100644
bilby/core/sampler/dnest4.py
0 → 100644
examples/core_examples/slabspike_example.py
0 → 100644