- Jun 04, 2018
-
-
RorySmith authored
-
- Jun 01, 2018
- May 31, 2018
-
-
RorySmith authored
and time marg before moving onto dist and tiem nad phase marg
-
Gregory Ashton authored
- Add doc file on CBC PE - Add introduction text
-
- May 30, 2018
-
-
RorySmith authored
-
- May 29, 2018
-
-
RorySmith authored
ratio looks a bit off: need to figuring out what's going on with the normalization
-
Moritz Huebner authored
-
Gregory Ashton authored
Allows easier access to the Likelihood, GWT, WaveformGenerator, and run_sampler
-
- May 28, 2018
-
-
Gregory Ashton authored
-
Gregory Ashton authored
-
- May 22, 2018
-
-
Gregory Ashton authored
- Fixes bug when setting truths - Remove mu=None, sigma=None in hyper PE example
-
Gregory Ashton authored
-
Colm Talbot authored
-
Colm Talbot authored
-
Gregory Ashton authored
-
- May 21, 2018
-
-
Gregory Ashton authored
-
Gregory Ashton authored
- Adds a tests flag for which the sampler only runs 100 steps - Set the samples as random samples to test plotting - Fix problems in a few of the examples
-
- May 20, 2018
-
-
Gregory Ashton authored
-
- May 18, 2018
-
-
Colm Talbot authored
-
Gregory Ashton authored
-
Colm Talbot authored
-
plasky authored
-
Gregory Ashton authored
-
plasky authored
-
Gregory Ashton authored
-
- May 17, 2018
-
-
Colm Talbot authored
-
- May 16, 2018
-
-
plasky authored
changed random seed to avoid multi-modal posteriors. Added comments to tutorial so user can understand each step
-
Gregory Ashton authored
-
moritz authored
-
Colm Talbot authored
-
Gregory Ashton authored
-
Gregory Ashton authored
Closes #68 by giving a simple interface to set the log-level (unless set at the script level) and whether or not to use cached data.
-
- May 15, 2018
-
-
moritz authored
Moritz Huebner: Removed default parameters for sampling frequency and time duration in the waveform generator
- May 14, 2018
-
-
Gregory Ashton authored
The samplers and prior access the parameters via `likelihood.waveform_generator.parameters`. But, this is the only way that the waveform_generator was accessed outside of the likelihood. We simplify this by insisting that the Likelihood has the attribute parameters (which is set, in this case, from the waveform_generator). - Add attribute parameters to likelihood - Remove all look-ups of waveform_generator outside of the likelihood. This means the waveform_generator is a likelihood-specific thing!
-
Gregory Ashton authored
If a label is given to setup_logger, the output is written to a file.
-
- May 13, 2018
-
-
Gregory Ashton authored
-