.. image:: https://github.com/GeoMop/MLMC/workflows/package/badge.svg :target: https://github.com/GeoMop/MLMC/actions .. image:: https://img.shields.io/pypi/v/mlmc.svg :target: https://pypi.org/project/mlmc/ .. image:: https://img.shields.io/pypi/pyversions/mlmc.svg :target: https://pypi.org/project/mlmc/
MLMC provides tools for the multilevel Monte Carlo method.
mlmc package includes:
It is meant as part of the GeoMop <http://geomop.github.io/>
_ project in particular Analysis component.
Package can be installed via pip.
.. code-block::
pip install mlmc
You can find the documentation including tutorials under https://mlmc.readthedocs.io/
Provided that you want to contribute, create a pull request and make sure you run tox
before. Tox
installs necessary requirements as well as the developed package itself into clear virtual environment
and call pytest to search in the test
folder for tests to execute.
NumPy <https://pypi.org/project/numpy/>
_SciPy <https://pypi.org/project/scipy/>
_h5py <https://pypi.org/project/h5py/>
_attrs <https://pypi.org/project/attrs/>
_ruamel.yaml <https://pypi.org/project/ruamel.yaml/>
_gstools <https://pypi.org/project/gstools/>
_memoization <https://pypi.org/project/memoization/>
_sklearn <https://pypi.org/project/sklearn/>
_