generalized the JointPrior object structure from Matthew Pitkin's...
generalized the JointPrior object structure from Matthew Pitkin's MutlivariateGaussian prior formalism. TODO: add in the joint MapPrior for HEALPix priors
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- bilby/core/sampler/__init__.py 4 additions, 3 deletionsbilby/core/sampler/__init__.py
- bilby/core/sampler/emcee.py 9 additions, 2 deletionsbilby/core/sampler/emcee.py
- bilby/core/sampler/kombine.py 176 additions, 0 deletionsbilby/core/sampler/kombine.py
- sampler_requirements.txt 2 additions, 1 deletionsampler_requirements.txt
- test/sampler_test.py 41 additions, 1 deletiontest/sampler_test.py
bilby/core/sampler/kombine.py
0 → 100644
... | ... | @@ -5,4 +5,5 @@ nestle |
ptemcee | ||
pymc3==3.6; python_version <= '2.7' | ||
pymc3>=3.6; python_version > '3.4' | ||
pymultinest | ||
\ No newline at end of file | ||
pymultinest | ||
kombine | ||
\ No newline at end of file |
Please register or sign in to comment