- Sep 25, 2018
-
-
- Sep 17, 2018
-
-
MoritzThomasHuebner authored
-
MoritzThomasHuebner authored
-
- Sep 14, 2018
-
-
Gregory Ashton authored
Note - also forces all `__init__` calls in `prior.py` to use key word arguments to ease changes in the future.
-
- Sep 11, 2018
-
-
Gregory Ashton authored
-
- Aug 20, 2018
-
-
Matthew David Pitkin authored
-
- Aug 18, 2018
-
-
Colm Talbot authored
-
- Aug 17, 2018
-
-
Matthew David Pitkin authored
-
- Aug 15, 2018
-
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
prior.py: do not set a dist variable containing the scipy distribution, just call the distribution functions as needed
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Colm Talbot authored
-
Colm Talbot authored
-
- Aug 13, 2018
-
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
- rework how the Pymc3 sampler class sets the priors
-
Matthew David Pitkin authored
- move the setting of the PyMC3 priors into the Pymc3 sampler class
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
-
Matthew David Pitkin authored
- this is the start of adding functionality to use the PyMC3 sampler. There is a lot more that needs doing, but the basics work.
-
- Aug 10, 2018
-
-
Gregory Ashton authored
By putting in the dictionary as an ordered dict, the way priors are entered determines the order they are plotted, which is what most people will expect. - Also adds some catches to help improve error messages for when the input prior is something else.
-
- Aug 01, 2018
-
-
Moritz Huebner authored
Resolve "`sample_subset` in `PriorSet` should not have have `list()` as a default argument for `keys`"
-
- Jul 31, 2018
-
-
Colm Talbot authored
-
- Jul 26, 2018
-
-
Gregory Ashton authored
Previously, outdir was checked and if-not-existing created in a few different places in two different ways. This (a) makes them all use the same method (namely the utils function) and (b) places a check-and-creation call before every tupak output. This will ensure that changes elsewhere in the code won't cause bugs in the future. Also, if you choose not to save anything, it won't just make an empty directory.
-
- Jul 20, 2018
-
-
Colm Talbot authored
-
Colm Talbot authored
-