Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PolyChord] use ppf for pc_prior instead of prior bounds #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 5, 2020

  1. change pc_prior to make use of scipy's .ppf

    * Use scipy's .ppf (inverse cdf) that comes with all major 1d distributions for
      PolyChord's prior function, which needs to map the unit hypercube to the
      physical parameters. Previously the prior bounds were used to effectively turn
      any 1d prior into a uniform prior. That's fine for the evidence, but causes
      problems e.g. for the relative entropy from prior to posterior.
    * Pass the loglikelihood to PolyChord instead of logposterior+logvolume.
    lukashergt committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    9392cd5 View commit details
    Browse the repository at this point in the history
  2. add missing \log to the tex entry for logprior

    lukashergt committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a86deb4 View commit details
    Browse the repository at this point in the history