Universal model comparison & parameter estimation over diverse datasets
Project description
- unimpeded:
Universal model comparison & parameter estimation distributed over every dataset
- Version:
- 0.2.0
- Homepage:
- Documentation:
unimpeded
It can be viewed as an extension to the Planck legacy archive across models and datasets
It provides mcmc and nested sampling chains, allowing parameter estimation, model comparison and tension quantification.
Current functionality includes:
UNDER CONSTRUCTION
Features
Installation
unimpeded can be installed via pip
pip install unimpeded
or via the setup.py
git clone https://github.com/handley-lab/unimpeded
cd unimpeded
python -m pip install .
You can check that things are working by running the test suite:
export MPLBACKEND=Agg # only necessary for OSX users
python -m pytest
flake8 unimpeded tests
pydocstyle --convention=numpy unimpeded
Dependencies
Basic requirements:
Python 3.6+
Documentation:
Tests:
Documentation
Full Documentation is hosted at ReadTheDocs. To build your own local copy of the documentation you’ll need to install sphinx. You can then run:
python -m pip install ".[all,docs]"
cd docs
make html
and view the documentation by opening docs/build/html/index.html in a browser. To regenerate the automatic RST files run:
sphinx-apidoc -fM -t docs/templates/ -o docs/source/ unimpeded/
Citation
If you use unimpeded to generate plots for a publication, please cite as:
Handley, (2023) unimpeded: cosmological inference across models and datasets.
or using the BibTeX:
@article{unimpeded,
year = {2023},
author = {Will Handley},
title = {unimpeded: cosmological inference across models and datasets},
journal = {In preparation}
}
Contributing
There are many ways you can contribute via the GitHub repository.
You can open an issue to report bugs or to propose new features.
Pull requests are very welcome. Note that if you are going to propose major changes, be sure to open an issue for discussion first, to make sure that your PR will be accepted before you spend effort coding it.
Adding models and data to the grid. Contact Will Handley to request models or ask for your own to be uploaded.
Questions/Comments
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for unimpeded-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 546445c142b9560def3896f9d8d07eab2c17a5336ea1c69873de2df7a3f14538 |
|
MD5 | 420c26495493ecf6283c4565518bca2b |
|
BLAKE2b-256 | 0e1be9019b2ad08942dc82eb71c93af704c8953d01e1501be5525862ffd4d65b |