Commits on Source (100)
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
# Conflicts: # bilby/gw/conversion.py
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
# Conflicts: # bilby/core/prior.py # bilby/core/result.py # bilby/core/sampler/cpnest.py # bilby/core/sampler/emcee.py # bilby/core/sampler/pymc3.py # bilby/gw/prior.py
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
Moritz Huebner authored
# Conflicts: # bilby/core/sampler/dynesty.py
-
Moritz Huebner authored
# Conflicts: # bilby/core/sampler/base_sampler.py
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Gregory Ashton authored
This renames all the cases of "prior" to "priors" in the gravitatinal wave likelihood.
-
Moritz authored
-
Moritz authored
Merge remote-tracking branch 'origin/master' into 242-make-interferometers-serialisable-and-add-a-to_hdf5-method # Conflicts: # bilby/gw/detector.py
-
Moritz authored
-
Moritz authored
-
Colm Talbot authored
-
Colm Talbot authored
Bug fix time marginalisation See merge request lscsoft/bilby!276
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Gregory Ashton authored
These can be used to estimate a posterior probability at some new point given the set of samples stored in the posterior.
-
Moritz authored
Merge remote-tracking branch 'origin/master' into 242-make-interferometers-serialisable-and-add-a-to_hdf5-method
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Gregory Ashton authored
1) Rename 'path' to outdir 2) Add detector names to the interferometer list filename 3) Make from_hdf5 method only be given a filename for simplicity
-
Colm Talbot authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
-
Moritz Huebner authored
Adds version information to the result object See merge request !275
-
Moritz Huebner authored
Resolve #222 Inconsistent use of `priors` and `prior` Closes #222 See merge request !274
-
Gregory Ashton authored
- Adds meta_data attributes to the likelihood, interferomer_list and interferometers - Adds mechanism to add likelihood meta_data to the stored meta_data
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Moritz authored
-
Gregory Ashton authored
-
Paul Lasky authored
Resolve "PEP8 Imports" Closes #207 See merge request lscsoft/bilby!230
-
Paul Lasky authored
Resolve "Make Interferometers serialisable and add a to_hdf5 method" Closes #242 See merge request lscsoft/bilby!273
-
Moritz Huebner authored
Adds two new methods to the result object: kde and posterior_probability See merge request lscsoft/bilby!278
-
Moritz Huebner authored
Restructre time frequency tests and fixing some recently surfaced bugs when using time domain models See merge request !279
-
Gregory Ashton authored
# Conflicts: # bilby/gw/detector.py
-
Paul Lasky authored
Resolve "Add injection matched filter and optimal snrs to output h5 file" Closes #217 See merge request lscsoft/bilby!283
-
-
Moritz Huebner authored
Updating tutorial notebooks See merge request lscsoft/bilby!282
-
Gregory Ashton authored
Solves a bug where run will crash if plot=True using dynesty and the outdir had not previously been made.
-
Moritz Huebner authored
Add a check that the outdir exists to plot_trace See merge request lscsoft/bilby!287
-
Gregory Ashton authored
-
Matthew David Pitkin authored
- refs lscsoft/bilby#256
-
Matthew David Pitkin authored
-
Moritz Huebner authored
Remove outdated references in docs to BBH priors See merge request lscsoft/bilby!288
-
Colm Talbot authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Paul Lasky authored
allow beta distribution to have user specified loc/scale See merge request lscsoft/bilby!291
-
Colm Talbot authored
Attempt to allow compound step methods for PyMC3 See merge request lscsoft/bilby!289
-
Matthew David Pitkin authored
- PyMC3 only applies the step_kwargs and nuts_kwargs arguments to the step methods if they are automaticallu allocated. Otherwise, it assumes you have already initialised the method with the required keywork arguments. This was not being done in bilby, so this patch fixes it and does explicitly initialise the step methods with values passed to step_kwargs or nuts_kwargs as required.
-
Moritz Huebner authored
pymc3.py: explicitly set step method arguments See merge request lscsoft/bilby!293
-
Colm Talbot authored
-
-
Gregory Ashton authored
Added tutorial for fitting a line with x and y See merge request lscsoft/bilby!284
-
Colm Talbot authored
make plot marginals work See merge request lscsoft/bilby!294
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
Colm Talbot authored
allow aligned spin (chi) for BBH and non-aligned spin for BNS See merge request !292
-
Gregory Ashton authored
- Fixes bug in which the arguments here not converted to floats - Fixes typo in lamda1 -> lambda2
-
Gregory Ashton authored
Further fix to encapsulation functions See merge request !297
-
Rhys Green authored
-
Rhys Green authored
-
Rhys Green authored
-
-
Gregory Ashton authored
Fixing some argument bugs in pymc3.py. See merge request !299
Showing
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- bilby/core/likelihood.py 16 additions, 1 deletionbilby/core/likelihood.py
- bilby/core/prior.py 29 additions, 17 deletionsbilby/core/prior.py
- bilby/core/result.py 79 additions, 14 deletionsbilby/core/result.py
- bilby/core/sampler/__init__.py 5 additions, 0 deletionsbilby/core/sampler/__init__.py
- bilby/core/sampler/base_sampler.py 17 additions, 3 deletionsbilby/core/sampler/base_sampler.py
- bilby/core/sampler/cpnest.py 3 additions, 1 deletionbilby/core/sampler/cpnest.py
- bilby/core/sampler/dynesty.py 3 additions, 0 deletionsbilby/core/sampler/dynesty.py
- bilby/core/sampler/emcee.py 2 additions, 0 deletionsbilby/core/sampler/emcee.py
- bilby/core/sampler/nestle.py 1 addition, 0 deletionsbilby/core/sampler/nestle.py
- bilby/core/sampler/ptemcee.py 1 addition, 1 deletionbilby/core/sampler/ptemcee.py
- bilby/core/sampler/pymc3.py 158 additions, 75 deletionsbilby/core/sampler/pymc3.py
- bilby/core/sampler/pymultinest.py 2 additions, 2 deletionsbilby/core/sampler/pymultinest.py
- bilby/core/utils.py 3 additions, 1 deletionbilby/core/utils.py
- bilby/gw/calibration.py 3 additions, 0 deletionsbilby/gw/calibration.py
- bilby/gw/conversion.py 23 additions, 0 deletionsbilby/gw/conversion.py
- bilby/gw/detector.py 152 additions, 15 deletionsbilby/gw/detector.py
- bilby/gw/likelihood.py 25 additions, 24 deletionsbilby/gw/likelihood.py
- bilby/gw/prior.py 2 additions, 0 deletionsbilby/gw/prior.py
- bilby/gw/series.py 7 additions, 1 deletionbilby/gw/series.py