pycopula
Python copulas library for dependency modeling
File Explorer
Download Latest Version (.zip)- copula.doctree
- environment.pickle
- estimation.doctree
- examples.doctree
- index.doctree
- installation.doctree
- simulation.doctree
- visualization.doctree
- example_1.png
- example_2.png
- example_3.png
- example_5.png
- copula.rst.txt
- estimation.rst.txt
- examples.rst.txt
- index.rst.txt
- installation.rst.txt
- simulation.rst.txt
- visualization.rst.txt
- badge_only.css
- theme.css
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- FontAwesome.otf
- Inconsolata-Bold.ttf
- Inconsolata-Regular.ttf
- Lato-Bold.ttf
- Lato-BoldItalic.ttf
- Lato-Italic.ttf
- Lato-Regular.ttf
- RobotoSlab-Bold.ttf
- RobotoSlab-Regular.ttf
- modernizr.min.js
- theme.js
- aipcloud_logo.png
- ajax-loader.gif
- basic.css
- comment-bright.png
- comment-close.png
- comment.png
- doctools.js
- down-pressed.png
- down.png
- file.png
- jquery-3.1.0.js
- jquery.js
- mathjax_conf.js
- minus.png
- plus.png
- pygments.css
- searchtools.js
- underscore-1.3.1.js
- underscore.js
- up-pressed.png
- up.png
- websupport.js
- .buildinfo
- copula.html
- estimation.html
- examples.html
- genindex.html
- index.html
- installation.html
- objects.inv
- py-modindex.html
- search.html
- searchindex.js
- simulation.html
- visualization.html
- mathjax_conf.js
- layout.html
- badge_only.css
- theme.css
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- FontAwesome.otf
- Inconsolata-Bold.ttf
- Inconsolata-Regular.ttf
- Lato-Bold.ttf
- Lato-BoldItalic.ttf
- Lato-Italic.ttf
- Lato-Regular.ttf
- RobotoSlab-Bold.ttf
- RobotoSlab-Regular.ttf
- modernizr.min.js
- theme.js
- __init__.py
- breadcrumbs.html
- footer.html
- layout.html
- search.html
- searchbox.html
- theme.conf
- versions.html
- conf.py
- copula.rst
- estimation.rst
- index.rst
- _config.yml
- index.html
- Makefile
- __init__.py
- archimedean_generators.py
- copula.py
- estimation.py
- example_2.py
- examples.py
- main.py
- math_misc.py
- simulation.py
- visualization.py
- clayton_pdf_cdf.png
- gaussian_pdf_cdf.png
- logo.png
- lower_upper_tail.png
- simulation_gaussian.png
- .travis.yml
- AUTHORS
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/blent-ai/pycopula
Downloads the entire project code from GitHub to your computer.
cd pycopula
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install pycopula
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install pycopula
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
