Skip to main content

A library for the copula

Project description

Copulalib

This is a package/library in python to model the copulas. This was developed as part of my PhD thesis.

This contains module for the following copula:

  • Frank
  • Clayton
  • Gumbel

Installing copulalib

Installing copulalib is done by

python setup.py install

with the usual Distutils options available

Usage

Import required modules

import numpy as np
import matplotlib.pyplot as plt
from copulalib.copulalib import Copula

Generate random (normal distributed) numbers

x = np.random.normal(size=100)
y = 2.5*x+ np.random.normal(size=100)

Make the instance of Copula class with x, y and clayton family

foo = Copula(x, y, family='clayton')

Print the Kendall's rank correlation

print(foo.tau) 

Print spearmen's correlation

print(foo.sr)

Print pearson's correlation

print(foo.pr)

Print the parameter (theta) of copula

print(foo.theta)

Generate the 1000 samples (U,V) of copula

X1, Y1 = foo.generate_xy(1000)

For more details see the test.py file inside module.

Changes

Version 1.0.0 -- May, 2011 --- Initial release

Version 1.1.0 -- June, 2011 --- changed from function orieted to object oriented, documentation improved

version 2.0.0 -- Oct, 2022 --- Updated for Python 3, removed the dependancy on statistics library

Any questions/comments

If you have any comment/suggestion/question, please feel free to write me at [email protected]

You may go through https://github.com/tomersk/learn-python to see the examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

copulalib-2.0.1.tar.gz (13.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

copulalib-2.0.1-py3-none-any.whl (14.5 kB view details)

Uploaded Python 3

File details

Details for the file copulalib-2.0.1.tar.gz.

File metadata

  • Download URL: copulalib-2.0.1.tar.gz
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for copulalib-2.0.1.tar.gz
Algorithm Hash digest
SHA256 3321bc915139a2b5b9505c93487ea9b37d4500321c026221e91eacab54b5c358
MD5 a24d07eb8aa3e8b0ec6d61c013459cf1
BLAKE2b-256 1d67ae35d0e3ccb4bb2538c85a154f2423f6eac7bb9879e375283ad7ad972989

See more details on using hashes here.

File details

Details for the file copulalib-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: copulalib-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 14.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.7

File hashes

Hashes for copulalib-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f4e028972c5c6ba7ebd3b9dcc8e3b9b27c67fd6b6f87a3dd3b301373f4537df3
MD5 7ee908948fa465958cb7024e4d17f414
BLAKE2b-256 6e7f638989e3e9c363522993d233edf37c39320aa1ad463d540014bcd3662aa2

See more details on using hashes here.

Supported by

Image AWS Cloud computing and Security Sponsor Image Datadog Monitoring Image Depot Continuous Integration Image Fastly CDN Image Google Download Analytics Image Pingdom Monitoring Image Sentry Error logging Image StatusPage Status page