-
- Downloads
Resolves #266 and improve saved log likelihoods and priors
- For the emcee, ptemcee and cpnest samplers. Adds the log_likelihood and log_prior per sample to the posterior (for CPNest this was already there, but was named differently). - For all other samplers, the log_prior is calculated after the run based on the samples. - Modified the `prior.PriorDict.ln_prob` method to include an axis argument
parent
267b6133
No related branches found
No related tags found
Showing
- bilby/core/prior.py 8 additions, 4 deletionsbilby/core/prior.py
- bilby/core/result.py 5 additions, 0 deletionsbilby/core/result.py
- bilby/core/sampler/cpnest.py 2 additions, 0 deletionsbilby/core/sampler/cpnest.py
- bilby/core/sampler/emcee.py 9 additions, 4 deletionsbilby/core/sampler/emcee.py
- bilby/core/sampler/ptemcee.py 9 additions, 1 deletionbilby/core/sampler/ptemcee.py
Loading
Please register or sign in to comment