Sampling from copulae
Project description
# clayton
## Sampling from copulae
The modeling of dependence between random variables is an important subject in several applied fields of science. To this aim the copula function can be used as a margin-free description of the dependence structure. Several copulae belong to specific families such as Archimedean, Elliptical or Extreme. While software implementation of copulae has been thoroughly explored in R software, methods to work with copula in Python are still in their infancy. To promote the dependence modeling with copula in Python, we have developed clayton, a library that provides a range of random vector generation vector for copulae.
The module clayton is implemented using the object-oriented features of the Python language. The classes are designed for Archimedean, elliptical, extreme value copulae. Each contains methods to generate random vectors.
## Installation
### Dependencies
COPPY requires :
Python (>= 3.7)
NumPY (>= 1.14.6)
SciPY (>= 1.1.0)
### Source Code
You can check the latest sources with the command:
git clone https://github.com/Aleboul/clayton/
## Examples
[Graphical Representations](https://github.com/Aleboul/clayton/blob/master/examples/sample.ipynb)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file clayton-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: clayton-0.0.2-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbdb67a8d6753427b39d6c9517285c67039f68c6b1b7a801d53cd25ce5264b5f |
|
MD5 | 1a0d1728a98ea72dcc60b3c4c2dbb1bc |
|
BLAKE2b-256 | d88d8961446be76063ef9cf5782e7bcdae3c6227965744013450abe365a78c1d |