{ "info": { "author": "Wesley Henderson", "author_email": "wesley.henderson11@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# TIStan #\n\nTIStan is a Python 3 package that implements adaptively-annealed thermodynamic integration for model evidence estimation. This package makes use of [PyStan](https://pystan.readthedocs.io/en/latest/)'s implementation of the No U-Turn Sampler for refreshing the sample population at each inverse temperature increment. A paper will soon be published with a detailed description of this package, and it will be linked here at that time.\n\n## Installation ##\n\nThis package may be installed using pip:\n\n`pip install TIStan`\n\nTIStan depends on pystan, numpy, and dill. These packages should be installed by pip automatically if they are not present in your Python installation.\n\n## Tests ##\n\nAfter installation, a dummy test can be run to make sure everything was installed correctly. This test will not produce valid evidence values. From a Python 3 console run,\n\n```\nfrom TIStan.tests import tests\nout = tests.dummy_test()\n```\n\nTo run a more thorough test that should produce valid evidence values for the example problem run,\n\n```\nfrom TIStan.tests import tests\nout = tests.full_test()\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rwhender/ti-stan", "keywords": "", "license": "LGPL-3.0-or-later", "maintainer": "", "maintainer_email": "", "name": "TIStan", "package_url": "https://pypi.org/project/TIStan/", "platform": "", "project_url": "https://pypi.org/project/TIStan/", "project_urls": { "Homepage": "https://github.com/rwhender/ti-stan" }, "release_url": "https://pypi.org/project/TIStan/0.1.3/", "requires_dist": [ "pystan", "numpy", "matplotlib", "dill" ], "requires_python": "", "summary": "Adaptively annealed thermodynamic integration with Stan", "version": "0.1.3" }, "last_serial": 5518778, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "e77e29df8f1cc6aecc7f55e103a6ff42", "sha256": "e5b7c0b03974465d5628f6e6a3dca3f4a39fcf1ad20588aed7e1b78371cf1d59" }, "downloads": -1, "filename": "TIStan-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "e77e29df8f1cc6aecc7f55e103a6ff42", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25167, "upload_time": "2019-07-11T15:37:06", "url": "https://files.pythonhosted.org/packages/5b/33/a10848129c3402d1cab2d91dc2463ed7eee376314e7bc7649b14186728a1/TIStan-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db96eabb93e375fd57a79368430ff21f", "sha256": "cb53dea269e4eb92caf5f7c49e969884e99376679e11adb3e3ac8e2da37b108b" }, "downloads": -1, "filename": "TIStan-0.1.3.tar.gz", "has_sig": false, "md5_digest": "db96eabb93e375fd57a79368430ff21f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24966, "upload_time": "2019-07-11T15:37:08", "url": "https://files.pythonhosted.org/packages/c0/00/7c20b8babca6795cffc4f27587f4dd0f1ac049a0a97fa47db6391ce6d812/TIStan-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e77e29df8f1cc6aecc7f55e103a6ff42", "sha256": "e5b7c0b03974465d5628f6e6a3dca3f4a39fcf1ad20588aed7e1b78371cf1d59" }, "downloads": -1, "filename": "TIStan-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "e77e29df8f1cc6aecc7f55e103a6ff42", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25167, "upload_time": "2019-07-11T15:37:06", "url": "https://files.pythonhosted.org/packages/5b/33/a10848129c3402d1cab2d91dc2463ed7eee376314e7bc7649b14186728a1/TIStan-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db96eabb93e375fd57a79368430ff21f", "sha256": "cb53dea269e4eb92caf5f7c49e969884e99376679e11adb3e3ac8e2da37b108b" }, "downloads": -1, "filename": "TIStan-0.1.3.tar.gz", "has_sig": false, "md5_digest": "db96eabb93e375fd57a79368430ff21f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24966, "upload_time": "2019-07-11T15:37:08", "url": "https://files.pythonhosted.org/packages/c0/00/7c20b8babca6795cffc4f27587f4dd0f1ac049a0a97fa47db6391ce6d812/TIStan-0.1.3.tar.gz" } ] }