Metadata-Version: 2.1
Name: pycorrel
Version: 0.1.1
Summary: pycorrel provides methods to correlate random variables with arbitrary marginal distributions.
Home-page: https://github.com/maximegodin/pycorrel
Author: Maxime Godin
Author-email: maxime.godin@polytechnique.org
License: MIT license
Keywords: pycorrel
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: numpy
Requires-Dist: scipy

========
pycorrel
========


.. image:: https://img.shields.io/pypi/v/pycorrel.svg
        :target: https://pypi.python.org/pypi/pycorrel

.. image:: https://img.shields.io/travis/maximegodin/pycorrel.svg
        :target: https://travis-ci.org/maximegodin/pycorrel

.. image:: https://readthedocs.org/projects/pycorrel/badge/?version=latest
        :target: https://pycorrel.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




pycorrel provides methods to correlate random variables with arbitrary marginal distributions.


* Free software: MIT license
* Documentation: https://pycorrel.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2019-12-29)
------------------

* First release on PyPI.


