{ "info": { "author": "Simon Delmas", "author_email": "delmas.simon@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Framework :: Pytest", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python :: 3" ], "description": "# Goodness of fit \n\ngoodness_of_fit is a python language software package that provide a set of function \nfor goodness of fit measure between two signals.\n\nWhile most of these functions are available in packages such as [Scipy](https://github.com/scipy/scipy), [Spotpy](https://github.com/thouska/spotpy), etc... \nthis package brings together all these functions and provides a unified interface for their use.\n\n## Content of the package\n\nThe package provides the following functions :\n* Mean Error\n* Mean Absolute Error\n* Root Mean Square Error\n* Normalized Root Mean Square Error\n* Pearson product-moment correlation coefficient\n* Coefficient of Determination\n* Index of Agreement\n* Modified Index of Agreement\n* Relative Index of Agreement\n* Ratio of Standard Deviations\n* Nash-sutcliffe Efficiency\n* Modified Nash-sutcliffe Efficiency\n* Relative Nash-sutcliffe Efficiency\n* Kling Gupta Efficiency\n* Deviation of gain\n* Standard deviation of residual\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\ngoodness_of_fit requires :\n\n* Python 3\n* [Numpy](https://github.com/numpy/numpy) for efficient computation on array.\n\n### Installing\n\nTo install the package, clone or download the repository and use the setup.py :\n\n```bash\ngit clone https://github.com/SimonDelmas/goodness_of_fit.git\ncd goodness_of_fit\npython ./setup.py install\n```\n\n### Building the documentation\n\nThe documentation could be generated using the command :\n\n```bash\npython ./setup.py build_sphinx\n```\n\n\n### Running the tests\n\nAfter installation, you can launch the test suite with pytest :\n\n```bash\npytest\n```\n\n## License\n\nThis project is licensed under the GLP-2.0 License - see the [LICENSE.md](LICENSE.md) file for details.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SimonDelmas/goodness_of_fit", "keywords": "", "license": "GLP-2.0", "maintainer": "", "maintainer_email": "", "name": "goodness-of-fit", "package_url": "https://pypi.org/project/goodness-of-fit/", "platform": "", "project_url": "https://pypi.org/project/goodness-of-fit/", "project_urls": { "Homepage": "https://github.com/SimonDelmas/goodness_of_fit" }, "release_url": "https://pypi.org/project/goodness-of-fit/1.0.1/", "requires_dist": [ "numpy" ], "requires_python": "", "summary": "Function set for goodness of fit measure between two signals", "version": "1.0.1" }, "last_serial": 5986185, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "668064485225ab61afaf7075c25c6180", "sha256": "1406c7e0e2a6ef5a842c09e4e98ac7f61f6b5a5fe85fb8fbff2ff67240fd452a" }, "downloads": -1, "filename": "goodness_of_fit-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "668064485225ab61afaf7075c25c6180", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13883, "upload_time": "2019-10-16T20:07:41", "url": "https://files.pythonhosted.org/packages/2a/44/9dbfae970a32cac3390fcbbe14dcbec573dc069811f0987ce111818df3cc/goodness_of_fit-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2428bbe876b1f066ccb03cfa71cf9eeb", "sha256": "c8b6c422f4968fe784bbdb599f9a82429cd7928235b98a207c37817e985f3f15" }, "downloads": -1, "filename": "goodness_of_fit-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2428bbe876b1f066ccb03cfa71cf9eeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6181, "upload_time": "2019-10-16T20:07:43", "url": "https://files.pythonhosted.org/packages/d1/2e/25942520f6a180f42f8e7436d901db4ba0a88b928f20b7495a47fe7adb0b/goodness_of_fit-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "668064485225ab61afaf7075c25c6180", "sha256": "1406c7e0e2a6ef5a842c09e4e98ac7f61f6b5a5fe85fb8fbff2ff67240fd452a" }, "downloads": -1, "filename": "goodness_of_fit-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "668064485225ab61afaf7075c25c6180", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13883, "upload_time": "2019-10-16T20:07:41", "url": "https://files.pythonhosted.org/packages/2a/44/9dbfae970a32cac3390fcbbe14dcbec573dc069811f0987ce111818df3cc/goodness_of_fit-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2428bbe876b1f066ccb03cfa71cf9eeb", "sha256": "c8b6c422f4968fe784bbdb599f9a82429cd7928235b98a207c37817e985f3f15" }, "downloads": -1, "filename": "goodness_of_fit-1.0.1.tar.gz", "has_sig": false, "md5_digest": "2428bbe876b1f066ccb03cfa71cf9eeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6181, "upload_time": "2019-10-16T20:07:43", "url": "https://files.pythonhosted.org/packages/d1/2e/25942520f6a180f42f8e7436d901db4ba0a88b928f20b7495a47fe7adb0b/goodness_of_fit-1.0.1.tar.gz" } ] }