A Statistical Parameter Optimization Tool
Project description
Purpose
SPOTPY is a Python tool that enables the use of calibration, uncertainty and sensitivity analysis techniques for almost every environmental model.
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 likelihood functions to validate the sampled results. Available Lieklihoods are Bias, Nash-Sutcliff (NSE), log 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).
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:
Linux:
sudo python setup.py install
Windows (after making sure python is in your path):
python setup.py install
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.0.9.zip
.
File metadata
- Download URL: spotpy-1.0.9.zip
- Upload date:
- Size: 66.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3b787b63d06ea6da99dbd0aec58adba8a3ebc6018222b9d065bd1a21d7c5f54 |
|
MD5 | 5346d166a92ca4fef2bc8fd3b5191ece |
|
BLAKE2b-256 | 729cfc584441f6b9bf174fa6dfb10aeab621417519332534c332826fe0cc1cfc |
File details
Details for the file spotpy-1.0.9.win32.exe
.
File metadata
- Download URL: spotpy-1.0.9.win32.exe
- Upload date:
- Size: 266.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38cb1139df822a47ead01c0523ac3aaa40c42f09247dbec301007229481aaa08 |
|
MD5 | ed43941325bc512de54cfbcdd6ad0d7c |
|
BLAKE2b-256 | 82a0cd45de61263d6bc598b484730ba714f7c0a24748c1bf4764b8c6f60cae33 |
File details
Details for the file spotpy-1.0.9-py2-none-any.whl
.
File metadata
- Download URL: spotpy-1.0.9-py2-none-any.whl
- Upload date:
- Size: 71.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88d5e752936be8f575760ed2caa03aeaef0fde76dc88f03b8395313f01d02888 |
|
MD5 | d69f8d4ccb034b23b097ff87b4cc1db2 |
|
BLAKE2b-256 | 64f37b3844e2fced441b9efa3105d72762a71b0b25965e1cb064e877b8fc84a0 |