{ "info": { "author": "Luca Giaccone", "author_email": "luca.giaccone@polito.it", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# pce\nThis repository includes an implementation of the Polynomial Chaos Expansion method.\n\n## Brief description\nMore comprehensive tools on the same subject are available (e.g. Chaospy), this repository is born because I (the author) need to implements stuff to really understand stuff.\n\nAt the moment, one can use this module to study the uncertainty propagation of a model with uncertain inputs. The following aspects are implemented:\n\n* each uncertain variable can be associated to a uniform or normal distribution\n* evaluation of the coefficient with spectral projection method\n* global sensitivity analysis with Sobol' indices\n\n## Requirements\n\nThe current version is developed using python 3.7.2 but it is not strictly necessary to use the very latest python version.\n\nOther requirements (I tend to use always the latest version of the following libraries):\n\n* numpy\n* scipy\n* matplotlib\n* joblib\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/giaccone/pce", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pce", "package_url": "https://pypi.org/project/pce/", "platform": "", "project_url": "https://pypi.org/project/pce/", "project_urls": { "Homepage": "https://github.com/giaccone/pce" }, "release_url": "https://pypi.org/project/pce/0.1.0/", "requires_dist": [ "numpy", "scipy", "joblib", "matplotlib" ], "requires_python": "", "summary": "Polynomial Chaos Expansion method", "version": "0.1.0" }, "last_serial": 4865525, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1a814f3c08caea36a1db4ef9cb2aa70e", "sha256": "2158c5fed5fe73a52a5d51d9f8c5a3743e6edb87ade73e4444de705b9bf2cd37" }, "downloads": -1, "filename": "pce-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1a814f3c08caea36a1db4ef9cb2aa70e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11053, "upload_time": "2019-02-25T16:34:29", "url": "https://files.pythonhosted.org/packages/c0/08/9139bd6b35170029dc814a23c283f602405272dfbb5659ea2fa3a44a0178/pce-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3467d324e8de247ca82237384901a799", "sha256": "4790c22d2aae4a20db14e55efbd21c188d21b18a99f1509cc3c8732fc20828b4" }, "downloads": -1, "filename": "pce-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3467d324e8de247ca82237384901a799", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9364, "upload_time": "2019-02-25T16:34:32", "url": "https://files.pythonhosted.org/packages/6e/b7/df9926f679119b32650a422c9df6631ce7e8b5667c91a7709749290faa40/pce-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a814f3c08caea36a1db4ef9cb2aa70e", "sha256": "2158c5fed5fe73a52a5d51d9f8c5a3743e6edb87ade73e4444de705b9bf2cd37" }, "downloads": -1, "filename": "pce-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1a814f3c08caea36a1db4ef9cb2aa70e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11053, "upload_time": "2019-02-25T16:34:29", "url": "https://files.pythonhosted.org/packages/c0/08/9139bd6b35170029dc814a23c283f602405272dfbb5659ea2fa3a44a0178/pce-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3467d324e8de247ca82237384901a799", "sha256": "4790c22d2aae4a20db14e55efbd21c188d21b18a99f1509cc3c8732fc20828b4" }, "downloads": -1, "filename": "pce-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3467d324e8de247ca82237384901a799", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9364, "upload_time": "2019-02-25T16:34:32", "url": "https://files.pythonhosted.org/packages/6e/b7/df9926f679119b32650a422c9df6631ce7e8b5667c91a7709749290faa40/pce-0.1.0.tar.gz" } ] }