A Statistical Parameter Optimization Tool
Project description
Purpose
SPOTPY is a Python tool that enables the use of Computational optimization techniques for calibration, uncertainty and sensitivity analysis techniques of almost every (environmental-) model. The package is puplished in the open source journal PLoS One
Houska, T, Kraft, P, Chamorro-Chavez, A and Breuer, L; SPOTting Model Parameters Using a Ready-Made Python Package; PLoS ONE; 2015
The simplicity and flexibility enables the use and test of different algorithms without the need of complex codes:
sampler = spotpy.algorithms.sceua(model_setup()) # Initialize your model with a setup file sampler.sample(10000) # Run the model results = sampler.getdata() # Load the results spotpy.analyser.plot_parametertrace(results) # Show the results
Features
Complex algorithms bring complex tasks to link them with a model. We want to make this task as easy as possible. Some features you can use with the SPOTPY package are:
Fitting models to evaluation data with different algorithms. Available algorithms are:
Monte Carlo (MC)
Markov-Chain Monte-Carlo (MCMC)
Maximum Likelihood Estimation (MLE)
Latin-Hypercube Sampling (LHS)
Simulated Annealing (SA)
Shuffled Complex Evolution Algorithm (SCE-UA)
Differential Evolution Adaptive Metropolis Algorithm (DE-MCz)
RObust Parameter Estimation (ROPE).
Fourier Amplitude Sensitivity Test (FAST)
Wide range of objective functions (also known as loss function, fitness function or energy function) to validate the sampled results. Available functions are
Bias
PBias
Nash-Sutcliff (NSE)
logarithmic Nash-Sutcliff (logNSE)
logarithmic probability (logp)
Correlation Coefficient (r)
Coefficient of Determination (r^2)
Mean Squared Error (MSE)
Root Mean Squared Error (RMSE)
Mean Absolute Error (MAE)
Relative Root Mean Squared Error (RRMSE)
Agreement Index (AI)
Covariance, Decomposed MSE (dMSE)
Kling-Gupta Efficiency (KGE).
Prebuild parameter distribution functions:
Uniform
Normal
logNormal
Chisquare
Exponential
Gamma
Wald
Weilbull
Wide range to adapt algorithms to perform uncertainty-, sensitivity analysis or calibration of a model.
Multi-objective support
MPI support for fast parallel computing
A progress bar monitoring the sampling loops. Enables you to plan your coffee brakes.
Use of NumPy functions as often as possible. This makes your coffee brakes short.
Different databases solutions: ram storage for fast sampling a simple , csv tables the save solution for long duration samplings.
Automatic best run selecting and plotting
Parameter trace plotting
Parameter interaction plot including the Gaussian-kde function
Regression analysis between simulation and evaluation data
Posterior distribution plot
Convergence diagnostics with Gelman-Rubin and the Geweke plot
Install
Installing SPOTPY is easy. Just use:
pip install spotpy
Or, after downloading the source code and making sure python is in your path:
python setup.py install
Support
Feel free to contact the authors of this tool for any support questions.
Please contact the authors in case of any bug.
If you use this package for a scientific research paper, please cite SPOTPY.
Patches/enhancements and any other contributions to this package are very welcome!
Version 1.1.0
Changed likelihood to objectivefunction. Checkout new example spotpy_setup files.
Version 1.1.1
Minor bugfixes
Version 1.1.2
Minor bugfixes
Version 1.1.3
Minor bugfixes
Version 1.1.4
Added a new functionality to sample parameters from a given list. Checkout the corresponding parameter example tutorial and parameter example code
Version 1.2.0
Added Python 3 support
Version 1.2.1
Spotpy supports now userdefined databases. Checkout the corresponding database example tutorial and database example code
Version 1.2.2
Minor bugfix in Monte Carlo sampler
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 Distributions
File details
Details for the file spotpy-1.2.18.zip
.
File metadata
- Download URL: spotpy-1.2.18.zip
- Upload date:
- Size: 73.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4807c43add26fb55c1d054f6387b9331d815f76d32c75ddc723c3fcfaa0013af |
|
MD5 | bbd3e90d0479331add164de6f3ec7f8d |
|
BLAKE2b-256 | d848be8da6b514674eb723fdec78e7d42c9a56a20ee5416571a86fc15f804cf8 |
File details
Details for the file spotpy-1.2.18.win32.exe
.
File metadata
- Download URL: spotpy-1.2.18.win32.exe
- Upload date:
- Size: 265.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afdd1f097338ca80dfc7b0c6081b25ebbecb1564c83a7b9f4125ad8a0bfe9c92 |
|
MD5 | 0bb026bfc3469a7589402e4181523f5c |
|
BLAKE2b-256 | 55a40c486583d78c74225c570e9ad63378725d3681fc9d741b42ea8896180698 |
File details
Details for the file spotpy-1.2.18-py2-none-any.whl
.
File metadata
- Download URL: spotpy-1.2.18-py2-none-any.whl
- Upload date:
- Size: 70.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a3e88647875154161d74de1a686bd18384053c953430e02bb3f4cfa3d4ee609 |
|
MD5 | 9fdf9ed607a5bd7823a7dea1b66e4fcf |
|
BLAKE2b-256 | a068e78932c74200e2e5d5a5eb8d4e9f7c74d56e487c2bd8dda6c56359e01c48 |