Function set for goodness of fit measure between two signals
Project description
# Goodness of fit
goodness_of_fit is a python language software package that provide a set of function for goodness of fit measure between two signals.
While most of these functions are available in packages such as [Scipy](https://github.com/scipy/scipy), [Spotpy](https://github.com/thouska/spotpy), etc… this package brings together all these functions and provides a unified interface for their use.
## Content of the package
The package provides the following functions : * Mean Error * Mean Absolute Error * Root Mean Square Error * Normalized Root Mean Square Error * Pearson product-moment correlation coefficient * Coefficient of Determination * Index of Agreement * Modified Index of Agreement * Relative Index of Agreement * Ratio of Standard Deviations * Nash-sutcliffe Efficiency * Modified Nash-sutcliffe Efficiency * Relative Nash-sutcliffe Efficiency * Kling Gupta Efficiency * Deviation of gain * Standard deviation of residual
## Getting Started
These 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.
### Prerequisites
goodness_of_fit requires :
Python 3
[Numpy](https://github.com/numpy/numpy) for efficient computation on array.
### Installing
To install the package, clone or download the repository and use the setup.py :
`bash git clone https://github.com/SimonDelmas/goodness_of_fit.git cd goodness_of_fit python ./setup.py install `
### Building the documentation
The documentation could be generated using the command :
`bash python ./setup.py build_sphinx `
### Running the tests
After installation, you can launch the test suite with pytest :
`bash pytest `
## License
This project is licensed under the GLP-2.0 License - see the [LICENSE.md](LICENSE.md) file for details.
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
File details
Details for the file goodness_of_fit-1.0.1.tar.gz
.
File metadata
- Download URL: goodness_of_fit-1.0.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8b6c422f4968fe784bbdb599f9a82429cd7928235b98a207c37817e985f3f15 |
|
MD5 | 2428bbe876b1f066ccb03cfa71cf9eeb |
|
BLAKE2b-256 | d12e25942520f6a180f42f8e7436d901db4ba0a88b928f20b7495a47fe7adb0b |
File details
Details for the file goodness_of_fit-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: goodness_of_fit-1.0.1-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1406c7e0e2a6ef5a842c09e4e98ac7f61f6b5a5fe85fb8fbff2ff67240fd452a |
|
MD5 | 668064485225ab61afaf7075c25c6180 |
|
BLAKE2b-256 | 2a449dbfae970a32cac3390fcbbe14dcbec573dc069811f0987ce111818df3cc |