Skip to main content

Simple package for Bayesian model comparison.

Project description

popodds

Simple package for Bayesian model comparison.

Given samples from a posterior distribution inferred under some default prior, compute the Bayes factor or odds in favour of a new prior model.

Usage

The package consists of the ModelComparison class to compute Bayes factors, and a wrapper function log_odds for simplicity.

The computation only requires a few ingredients:

  • model a new prior model, e.g., samples from a simulation,
  • pe_samples samples from a Bayesian parameter estimation run,
  • pe_prior a function, prior evaluations, or prior samples corresponding to the original parameter estimation prior,
  • model_bounds optional parameter bounds for the new prior model,
  • pe_bounds optional parameter bounds for the original prior model,
  • prior_odds optional odds between the prior models, which defaults to unity.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

popodds-0.0.5.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

popodds-0.0.5-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page