Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jor-/simulation
Python functions for simulating mathematical models, estimating model parameters, quantifying uncertainties and visualizing results.
https://github.com/jor-/simulation
optimization python simulation uncertainty
Last synced: 15 days ago
JSON representation
Python functions for simulating mathematical models, estimating model parameters, quantifying uncertainties and visualizing results.
- Host: GitHub
- URL: https://github.com/jor-/simulation
- Owner: jor-
- License: agpl-3.0
- Created: 2015-08-03T10:07:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T11:42:25.000Z (almost 5 years ago)
- Last Synced: 2024-03-08T09:50:11.960Z (11 months ago)
- Topics: optimization, python, simulation, uncertainty
- Language: Python
- Homepage:
- Size: 854 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
==========
SIMULATION
==========This is a collection of Python functions for simulating mathematical models, estimating model parameters, quantifying uncertainties and visualizing results. In particular, it is designed to simulate biogechemical models using METOS3D on high perfomance computers.
Release info
============There are several ways to obtain and install this package.
Conda
-----.. image:: https://img.shields.io/conda/v/jore/simulation.svg
:target: https://anaconda.org/jore/simulation
:alt: Conda version
.. image:: https://anaconda.org/jore/simulation/badges/latest_release_date.svg
:target: https://anaconda.org/jore/simulation
:alt: Conda last updated
.. image:: https://anaconda.org/jore/simulation/badges/platforms.svg
:target: https://anaconda.org/jore/simulation
:alt: Conda platforms
.. image:: https://anaconda.org/jore/simulation/badges/license.svg
:target: https://anaconda.org/jore/simulation
:alt: Conda licenceTo install this package with *conda* run:
``conda install -c jore simulation``
https://anaconda.org/jore/simulation
pip
---.. image:: https://img.shields.io/pypi/v/simulation.svg
:target: https://pypi.python.org/pypi/simulation
:alt: PyPI version
.. image:: https://img.shields.io/pypi/format/simulation.svg
:target: https://pypi.python.org/pypi/simulation
:alt: PyPI format
.. image:: https://img.shields.io/pypi/l/simulation.svg
:target: https://pypi.python.org/pypi/simulation
:alt: PyPI licenceTo install this package with *pip* run:
``pip install 'simulation'``
https://pypi.python.org/pypi/simulation
GitHub
------.. image:: https://img.shields.io/github/tag/jor-/simulation.svg
:target: https://github.com/jor-/simulation
:alt: GitHub last tag
.. image:: https://img.shields.io/github/license/jor-/simulation.svg
:target: https://github.com/jor-/simulation
:alt: GitHub licenseTo clone this package with *git* run:
``git clone https://github.com/jor-/simulation.git``
To install this package after that with *python* run:
``cd simulation; python setup.py install``
https://github.com/jor-/simulation
Copyright
=========Copyright (C) 2011-2019 Joscha Reimer [email protected]
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .