Skip to main content

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)

    • Artificial Bee Colony (ABC)

    • Fitness Scaled Chaotic Artificial Bee Colony (FSCABC)

  • 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!

  • GitHub: https://github.com/thouska/spotpy

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

Version 1.2.0

  • Added Python 3 support

Version 1.2.1

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

spotpy-1.2.35.zip (81.1 kB view details)

Uploaded Source

Built Distributions

spotpy-1.2.35.win32.exe (273.5 kB view details)

Uploaded Source

spotpy-1.2.35-py2-none-any.whl (78.6 kB view details)

Uploaded Python 2

File details

Details for the file spotpy-1.2.35.zip.

File metadata

  • Download URL: spotpy-1.2.35.zip
  • Upload date:
  • Size: 81.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for spotpy-1.2.35.zip
Algorithm Hash digest
SHA256 e03bd1a90cbe5e822fb3be2fdd4d86b05df86184b7c46b692eb50b36dc367e6f
MD5 25d93289a451e3c5dc85961ca9968419
BLAKE2b-256 1124f8015ab404e8318b7403a6b62b8d3942eb23fbe7a615c97d4208a5e93661

See more details on using hashes here.

File details

Details for the file spotpy-1.2.35.win32.exe.

File metadata

  • Download URL: spotpy-1.2.35.win32.exe
  • Upload date:
  • Size: 273.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for spotpy-1.2.35.win32.exe
Algorithm Hash digest
SHA256 2a240c08381477c7901219b6840c005ed70b970b672c75af59b318e408d6cae7
MD5 49fe32883ded0ab81a6d3f14cc0ca7ad
BLAKE2b-256 01d7a1c5efbd2a9fbbed48cfd517a456bb2390630f91148bff7f5d5b3b4c4511

See more details on using hashes here.

File details

Details for the file spotpy-1.2.35-py2-none-any.whl.

File metadata

File hashes

Hashes for spotpy-1.2.35-py2-none-any.whl
Algorithm Hash digest
SHA256 6d78252a382720107a19dee11d724c021b9e723183772afe1ed3c8a6e98541b4
MD5 4616d024ac16937ca1a5d06a2a57c396
BLAKE2b-256 865f5a0962b3fcdb372e3df16d0fedca101669fd9731412817a771e16b3975c2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page