bayes-toolbox


Namebayes-toolbox JSON
Version 0.1.3 PyPI version JSON
download
home_page
SummaryA package for performing Bayesian analyses.
upload_time2023-11-29 20:58:50
maintainer
docs_urlNone
author
requires_python>=3.11
license
keywords probabilistic-programming bayesian-inference bayesian-statistics statistics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![DOI](https://joss.theoj.org/papers/10.21105/joss.05526/status.svg)](https://doi.org/10.21105/joss.05526)
[![DOI](https://zenodo.org/badge/553182204.svg)](https://zenodo.org/badge/latestdoi/553182204) 
![coverage](bayes_toolbox/tests/coverage.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# bayes-toolbox  

`bayes-toolbox` (aka, Bayesian Statistics Toolbox [BST]) is a Python package for running sophisticated Bayesian analyses in a simple, straight forward manner. 


## Documentation

The documentation for `bayes-toolbox` is hosted [here](https://hyosubkim.github.io/bayes-toolbox/).


## Installation 

[![PyPI version](https://badge.fury.io/py/bayes-toolbox.svg)](https://badge.fury.io/py/bayes-toolbox)

The recommended method of installing bayes-toolbox is with `pip`:
```
pip install bayes_toolbox
```

See the [installation instructions](https://hyosubkim.github.io/bayes-toolbox/getting-started/) in the [documentation](https://hyosubkim.github.io/bayes-toolbox) for more detailed information. 


## Citing bayes-toolbox

If you use `bayes-toolbox` in your work, please cite our Journal of Open Source Software (JOSS) article:

***APA format:***   
Kim, H. E. (2023). bayes-toolbox: A Python package for Bayesian statistics. Journal of Open Source Software, 8(90), 5526. https://doi.org/10.21105/joss.05526

***BibTeX format:***
```
@article{Kim_bayes-toolbox_A_Python_2023,
author = {Kim, Hyosub E.},
doi = {10.21105/joss.05526},
journal = {Journal of Open Source Software},
month = oct,
number = {90},
pages = {5526},
title = {{bayes-toolbox: A Python package for Bayesian statistics}},
url = {https://joss.theoj.org/papers/10.21105/joss.05526},
volume = {8},
year = {2023}
}
```

## License

This work is distributed for free under a [MIT license](https://github.com/hyosubkim/bayes-toolbox/blob/main/LICENSE). 

## Acknowledgments

Thank you to the following people for generously sharing their work and knowledge:
- [John Kruschke](https://jkkweb.sitehost.iu.edu/)
- [Richard McElreath](https://xcelab.net/rm/)
- [Jordi Warmenhoven](https://github.com/JWarmenhoven)
- [PyMC developers](https://github.com/pymc-devs/pymc)
- [ArviZ developers](https://www.arviz.org/en/latest/our_team.html)


## Contributors

See the [CONTRIBUTORS.md](https://github.com/hyosubkim/bayes-toolbox/blob/main/CONTRIBUTORS.md) file for a regularly updated list of contributors. 


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bayes-toolbox",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "probabilistic-programming,bayesian-inference,bayesian-statistics,statistics",
    "author": "",
    "author_email": "Hyosub Kim <hyosubkim1@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7b/8e/819de4c95b0f0b9ffb0a6530ada2e33b1c88115d30ac060f3ec1b7e5dd1e/bayes-toolbox-0.1.3.tar.gz",
    "platform": null,
    "description": "[![DOI](https://joss.theoj.org/papers/10.21105/joss.05526/status.svg)](https://doi.org/10.21105/joss.05526)\n[![DOI](https://zenodo.org/badge/553182204.svg)](https://zenodo.org/badge/latestdoi/553182204) \n![coverage](bayes_toolbox/tests/coverage.svg)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n# bayes-toolbox  \n\n`bayes-toolbox` (aka, Bayesian Statistics Toolbox [BST]) is a Python package for running sophisticated Bayesian analyses in a simple, straight forward manner. \n\n\n## Documentation\n\nThe documentation for `bayes-toolbox` is hosted [here](https://hyosubkim.github.io/bayes-toolbox/).\n\n\n## Installation \n\n[![PyPI version](https://badge.fury.io/py/bayes-toolbox.svg)](https://badge.fury.io/py/bayes-toolbox)\n\nThe recommended method of installing bayes-toolbox is with `pip`:\n```\npip install bayes_toolbox\n```\n\nSee the [installation instructions](https://hyosubkim.github.io/bayes-toolbox/getting-started/) in the [documentation](https://hyosubkim.github.io/bayes-toolbox) for more detailed information. \n\n\n## Citing bayes-toolbox\n\nIf you use `bayes-toolbox` in your work, please cite our Journal of Open Source Software (JOSS) article:\n\n***APA format:***   \nKim, H. E. (2023). bayes-toolbox: A Python package for Bayesian statistics. Journal of Open Source Software, 8(90), 5526. https://doi.org/10.21105/joss.05526\n\n***BibTeX format:***\n```\n@article{Kim_bayes-toolbox_A_Python_2023,\nauthor = {Kim, Hyosub E.},\ndoi = {10.21105/joss.05526},\njournal = {Journal of Open Source Software},\nmonth = oct,\nnumber = {90},\npages = {5526},\ntitle = {{bayes-toolbox: A Python package for Bayesian statistics}},\nurl = {https://joss.theoj.org/papers/10.21105/joss.05526},\nvolume = {8},\nyear = {2023}\n}\n```\n\n## License\n\nThis work is distributed for free under a [MIT license](https://github.com/hyosubkim/bayes-toolbox/blob/main/LICENSE). \n\n## Acknowledgments\n\nThank you to the following people for generously sharing their work and knowledge:\n- [John Kruschke](https://jkkweb.sitehost.iu.edu/)\n- [Richard McElreath](https://xcelab.net/rm/)\n- [Jordi Warmenhoven](https://github.com/JWarmenhoven)\n- [PyMC developers](https://github.com/pymc-devs/pymc)\n- [ArviZ developers](https://www.arviz.org/en/latest/our_team.html)\n\n\n## Contributors\n\nSee the [CONTRIBUTORS.md](https://github.com/hyosubkim/bayes-toolbox/blob/main/CONTRIBUTORS.md) file for a regularly updated list of contributors. \n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package for performing Bayesian analyses.",
    "version": "0.1.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/hyosubkim/bayes-toolbox/issues",
        "Documentation": "https://hyosubkim.github.io/bayes-toolbox/",
        "Homepage": "https://github.com/hyosubkim/bayes-toolbox"
    },
    "split_keywords": [
        "probabilistic-programming",
        "bayesian-inference",
        "bayesian-statistics",
        "statistics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b4c1f2cb77747fc1d1cad0996a599ad176dc8bcea611cb4da9f8cd25ab915f7",
                "md5": "e405d3955c942ae02dc8c8211b09c377",
                "sha256": "26b7568abd800780547e05c624b15017b0314ce698f38c21fe2a4b834cffcbf3"
            },
            "downloads": -1,
            "filename": "bayes_toolbox-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e405d3955c942ae02dc8c8211b09c377",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 13520,
            "upload_time": "2023-11-29T20:58:48",
            "upload_time_iso_8601": "2023-11-29T20:58:48.589579Z",
            "url": "https://files.pythonhosted.org/packages/0b/4c/1f2cb77747fc1d1cad0996a599ad176dc8bcea611cb4da9f8cd25ab915f7/bayes_toolbox-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b8e819de4c95b0f0b9ffb0a6530ada2e33b1c88115d30ac060f3ec1b7e5dd1e",
                "md5": "c63c61eef4ea55fe1ddf9e9f737b9b5d",
                "sha256": "853835e0791413d0fec69db06c9f3c015ec0790b9a0cba90efe86f6770d698ab"
            },
            "downloads": -1,
            "filename": "bayes-toolbox-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c63c61eef4ea55fe1ddf9e9f737b9b5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 13753,
            "upload_time": "2023-11-29T20:58:50",
            "upload_time_iso_8601": "2023-11-29T20:58:50.463463Z",
            "url": "https://files.pythonhosted.org/packages/7b/8e/819de4c95b0f0b9ffb0a6530ada2e33b1c88115d30ac060f3ec1b7e5dd1e/bayes-toolbox-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-29 20:58:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hyosubkim",
    "github_project": "bayes-toolbox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "bayes-toolbox"
}
        
Elapsed time: 0.14424s