Skip to main content

openMCMC tools

Project description

PyPI version Supported Python versions License Code Style Black Tests

Coverage Vulnerabilities Bugs Lines of Code Duplicated Lines (%) Code Smells Security Rating Maintainability Rating

openMCMC

openMCMC is a package for constructing Bayesian models from distributional components, and then doing parameter estimation using Markov Chain Monte Carlo (MCMC) methods. The package supports a number of standard distributions used in Bayesian modelling (e.g. Normal, gamma, uniform), and a number of simple functional forms for the parameters of these distributions. For a model constructed in the toolbox, a number of different MCMC algorithms are available, including simple random walk Metropolis-Hastings, manifold MALA, exact samplers for conjugate distribution choices, and reversible-jump MCMC for parameters with an unknown dimensionality.


Installing openMCMC as a package

Suppose you want to use this openMCMC package in a different project. You can install it from PyPi through pip pip install openmcmc. Or you could clone the repository and install it from the source code. After activating the environment you want to install openMCMC in, open a terminal, move to the main openMCMC folder where pyproject.toml is located and run pip install ., optionally you can pass the -e flag is for editable mode. All the main options, info and settings for the package are found in the pyproject.toml file which sits in this repo as well.


Examples

For some examples on how to use this package please check out these Examples


Contribution

This project welcomes contributions and suggestions. If you have a suggestion that would make this better you can simply open an issue with a relevant title. Don't forget to give the project a star! Thanks again!

For more details on contributing to this repository, see the Contributing guide.


Licensing

Distributed under the Apache License Version 2.0. See the license file for more information.

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

openmcmc-1.0.4.tar.gz (35.2 kB view hashes)

Uploaded Source

Built Distribution

openmcmc-1.0.4-py3-none-any.whl (44.7 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