Skip to main content

A python interface to vinecopulib

Project description

pyvinecopulib

Build Status License: MIT Codacy Badge Documentation DOI

What are vine copulas?

Vine copulas are a flexible class of dependence models consisting of bivariate building blocks (see e.g., Aas et al., 2009). You can find a comprehensive list of publications and other materials on vine-copula.org.

What is pyvinecopulib?

pyvinecopulib is the python interface to vinecopulib, a header-only C++ library for vine copula models based on Eigen. It provides high-performance implementations of the core features of the popular VineCopula R library, in particular inference algorithms for both vine copula and bivariate copula models. Advantages over VineCopula are

  • a stand-alone C++ library with interfaces to both R and Python,
  • a sleaker and more modern API,
  • shorter runtimes and lower memory consumption, especially in high dimensions,
  • nonparametric and multi-parameter families.

Prerequisites

  • numpy (>=1.14)
  • pybind11 (>=2.4)
  • setuptools (>=30.3.0)
  • setuptools_scm (>=2.0.0)
  • To install from source: a compiler with C++11 support (Linux, OS X) or Visual Studio 2015 (required for all Python versions, see notes below)

Installation

The easiest way to install the latest release is to use pip:

pip install pyvinecopulib

To install from source, just clone this repository and do pip install. Note the --recursive option which is needed for the eigen, vinecopulib and wdm submodules:

git clone --recursive https://github.com/vinecopulib/pyvinecopulib.git
pip install ./pyvinecopulib

Examples

Jupyter notebooks with examples can be found in the examples folder.

Documentation

For documentation of the pyvinecopulib's functionality and instructions how to use it, check out our website or the docs/ folder in this repository.

Building the documentation

Documentation for the example project is generated using Sphinx and the "Read the Docs" theme. The following command generates HTML-based reference documentation; for other formats please refer to the Sphinx manual:

  • pip install sphinx-rtd-theme
  • cd pyvinecopulib/docs
  • python3 serve_sphinx.py

License

pyvinecopulib is provided under an MIT license that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.

Special notes for Windows

Compiler requirements

This package requires a C++11 compliant compiler, i.e Visual Studio 2015 on Windows. Unlike regular C extension modules, it's perfectly fine to compile a pyvinecopulib module with a VS version newer than the target Python's VS version.

Runtime requirements

The Visual C++ 2015 redistributable packages are a runtime requirement for this project.

Contact

If you have any questions regarding the library, feel free to open an issue or send a mail to info@vinecopulib.org.

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

pyvinecopulib-0.6.5.tar.gz (26.6 MB view details)

Uploaded Source

Built Distributions

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

pyvinecopulib-0.6.5-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86-64

pyvinecopulib-0.6.5-cp312-cp312-win32.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86

pyvinecopulib-0.6.5-cp312-cp312-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

pyvinecopulib-0.6.5-cp312-cp312-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

pyvinecopulib-0.6.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyvinecopulib-0.6.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pyvinecopulib-0.6.5-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyvinecopulib-0.6.5-cp312-cp312-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

pyvinecopulib-0.6.5-cp311-cp311-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86-64

pyvinecopulib-0.6.5-cp311-cp311-win32.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86

pyvinecopulib-0.6.5-cp311-cp311-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

pyvinecopulib-0.6.5-cp311-cp311-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

pyvinecopulib-0.6.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyvinecopulib-0.6.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyvinecopulib-0.6.5-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyvinecopulib-0.6.5-cp311-cp311-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyvinecopulib-0.6.5-cp310-cp310-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86-64

pyvinecopulib-0.6.5-cp310-cp310-win32.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86

pyvinecopulib-0.6.5-cp310-cp310-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

pyvinecopulib-0.6.5-cp310-cp310-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

pyvinecopulib-0.6.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyvinecopulib-0.6.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyvinecopulib-0.6.5-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyvinecopulib-0.6.5-cp310-cp310-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pyvinecopulib-0.6.5-cp39-cp39-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.9Windows x86-64

pyvinecopulib-0.6.5-cp39-cp39-win32.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86

pyvinecopulib-0.6.5-cp39-cp39-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

pyvinecopulib-0.6.5-cp39-cp39-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

pyvinecopulib-0.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyvinecopulib-0.6.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyvinecopulib-0.6.5-cp39-cp39-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyvinecopulib-0.6.5-cp39-cp39-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pyvinecopulib-0.6.5-cp38-cp38-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.8Windows x86-64

pyvinecopulib-0.6.5-cp38-cp38-win32.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86

pyvinecopulib-0.6.5-cp38-cp38-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

pyvinecopulib-0.6.5-cp38-cp38-musllinux_1_1_i686.whl (2.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

pyvinecopulib-0.6.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyvinecopulib-0.6.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pyvinecopulib-0.6.5-cp38-cp38-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pyvinecopulib-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file pyvinecopulib-0.6.5.tar.gz.

File metadata

  • Download URL: pyvinecopulib-0.6.5.tar.gz
  • Upload date:
  • Size: 26.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pyvinecopulib-0.6.5.tar.gz
Algorithm Hash digest
SHA256 7c5ba2864947958b7ea23eca66efc9d927ab3d97b2fa7a168656a5e69411ce2b
MD5 274be8d9db1a93545f4e2e69c72d0583
BLAKE2b-256 093d2da671c1b1def5ab322eebeed2cc9318cab958a2b66a09e1742fcd331712

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7ba74537a5a6bf9dc01e056f23b1773ff24fc66bb5132b9e15236d3c25a10a02
MD5 5556d6df6cce8b95c837c46e1c3976de
BLAKE2b-256 ac1c834762b200b07afd35c4c5412fff262eb6fc2b627b67eab1532432f785af

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyvinecopulib-0.6.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pyvinecopulib-0.6.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fa88bdfb8d038dc66df2965f12133f3cc19a8d9c84618b2f0c6a71a168c7fc9f
MD5 e3616ff93e4f2e5308327f42e14afe7c
BLAKE2b-256 a6e881c035b796eaa25a3571d5d3eaafcdcce3d572f01cd61c685f50e1b46658

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44603210c2c1c3f6b7c2d9d438a5e0a699bc659a00c2d7aa7121d48b79cfc498
MD5 6f8be3f344ed28b7da368a2c6af452a8
BLAKE2b-256 479a089d396a3936e4210a071fe357cc7ed318990b9e2f1d51a4015d489eae0a

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7799103f80704304e2cd200b362fddb2ff2ee5bb094e51e91662a38ef1d81b3a
MD5 f151cc789d8d7669fd04a298d518f7b5
BLAKE2b-256 a8158d3aeed82b0f2a3a68dba7da15b149dc77b2b35546029cc4789a91c619f4

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eea1882d040644271162704410256f1c2c6f1dd03aba0c6093d98f2fa7ff5508
MD5 48aebed4ba9520ed2cd09f789bfceecc
BLAKE2b-256 a264b8026d141001f23856bb34bbacbe41e32f880c9557224356c1bf220e07c9

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cd50989439b97147a7d32e5e4a0ad20cf4ae6b33744ab8a788c91f64950173e2
MD5 3b75f804523fbddc898e75ee0291a5e5
BLAKE2b-256 03347768fd034ebebf06edc3e832a5f07e1bcb2027d486a865d7011179d1497a

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4be2b73da92b3fb5c3063f81f93c68f6c65f019ab5fb431c731c78f600603158
MD5 64d8347f3d761bc6e805630d665fa21e
BLAKE2b-256 861ca2ece10eba7226d96061c54bc8bbccd75cde90a006579b0387f06d16f87f

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be3aeb673f12d88d514c2ec94d43089cfda9933b4376774a32a83e3a0f5c61e5
MD5 05e13574394661f0c3e2de67ec676812
BLAKE2b-256 0e1210e722ddc55f1d5134657a8d10d77a853c5f8aa85367b7e37f296378ca7b

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 63a442c093fc36091e5674286334d27d1cb1aba09bb8b2bec2ab233b8aed3988
MD5 10e35efd63594180a9bdd2f310638ad1
BLAKE2b-256 91b2a805d9a49d83d65c466e7611bf0aa881d061179bd3443a65763cc553d063

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyvinecopulib-0.6.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pyvinecopulib-0.6.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 aaff6193bdc4dc37f7a0fc44ddac83ebc35de92c71d03219e856219681c92e85
MD5 b4b9393704dfe641c5020efc9050a805
BLAKE2b-256 042b673d829b14d6664217890f2e21a9dcc55b78b0915b4cb863b47e70cd9529

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c33314a79d9bfe69056a8feea1c021ae6764c6609f6c8245c2b38d78b6089da
MD5 94eb1e0df3900a15d14eb2db7048d5c2
BLAKE2b-256 dfe1aeefbf5aaad885717984e6f0086a80a830861f30e355d9d657af2eeae501

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 96cf2848c96fbf9faf3d702786e8876cdbbab0e134496963457f7b531019a0d6
MD5 08fbd0b8fc1224dfdf862d1f6118571c
BLAKE2b-256 f443b5833538b1d4a4bf038ad46aa4fb0d2861f6141fb3a223bf22081f30604b

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7ce225e91e1a88fbebc683f19004a02f43c87c5993f52876b3e42f529eec68f
MD5 b06892ce28cabeb21487fa74d20d26e9
BLAKE2b-256 2abe1a941729b7346e102e629cbb1228bc10e4974b9f7a728e372340aecb3070

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 400f875ee072a4c146cdf7c0b1468c5c0c11a4fa5d9e8f6ad5a794ea87ea933a
MD5 e45ed2208122eafef76d066347c50930
BLAKE2b-256 5347b39642d2e6c2682ab5d3fdfec5dedbd67dc68b37d504c50fb7df5c1d8cb3

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76f0375d70f242be588905ae0d09fc7fd6b0938bb310af827f55e3d7eb7ec3ca
MD5 ee7ab3cbacafbe077033913c595cfc02
BLAKE2b-256 1738842d550f9bd6cc38006b162cce737020dfd4d85ab7bd0a8d95e070f4bbe2

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 185029f6978366477186e37399bbda8d19fd5f20f8093eedf8d66c4e2c7ac633
MD5 9b7dff802c80027eae886998d2907dd2
BLAKE2b-256 a3dcbb2648273ccec9da8239915bd5fdd38e69e236610ef58d967a1966e2cb4c

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9eeb27cfc64a6d70a2e87bf23426f73e4b481440d75e668afa64b346ba7cc306
MD5 f3cc6fb300a8313283cf8dee033f542b
BLAKE2b-256 3e4e20c7282b58e002691f3080fefaf0d729db3bf18c0b95859f21d9922b1051

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyvinecopulib-0.6.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pyvinecopulib-0.6.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ba0b26dfc91e3a07f34ebbf745e2a689558c8e28e81cb3d220bcb298be405671
MD5 05e5d158a3cb625561db0b8cdcfae168
BLAKE2b-256 95b8f8d7462840382ce2adf9be74a02c8d55148d7563c06bc0cb64fad580959b

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bd0d6eeb6bdecd7296c7d2541ebb2d33242accbbab297050877288eb0d218e16
MD5 a165d5ff3e1b3aba5117538023be22e7
BLAKE2b-256 883da17d10d2942f0b20968fb7ec0790bd2fda767a7be0a1201e152d07ae34db

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c8f5e406482f79288e4f18ba401f7732157c8c079a9802dc594e5d0e2cdd63c0
MD5 4523a74a5a3f3c59ee6ec0dfdf768fa6
BLAKE2b-256 6b29005d51ff95a7a15e2c9b699097a4eccf50f862fa6c0265761f65bd7ac40a

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee74dfe2524aadf7ec0153b4b3e222d1b7821e8772fb85b0a501d90f6c1480f5
MD5 1ff7fd63460952d5667168bd81be41b6
BLAKE2b-256 99e38b787eed006c83994dc919e173e774983c85b0bfba89ffbb1dbe921f73e4

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24d3880296705b65629da1d8764272b839c676fc4b0c49e32b4077e3c69e5ef8
MD5 25fbd02dc3e23f3ea0bdeffb3681f952
BLAKE2b-256 b905443a7774363813c2e3f979250871c34e993295b4fdd2e6361bafbe64f282

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bedb709e7da76723a6878c418b849d28439eca7c3a68939a9d64a35c96ef577b
MD5 70810b3520c2476bc938c36a28b1c35f
BLAKE2b-256 36fa97e43332a059b2a768daa4b096a811c5012bc650162814290af2c851eeb0

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f3ad586a312d3a760d2cd500eafcc702a1067a6e5c7f5e0e51ef65fc97a2bf69
MD5 8a73d838ce880e30a7754edd41df0c1a
BLAKE2b-256 22d81db03ebb717d4385c45cb9f9b4c3f2166096e7b7fae146da157c9a3b602a

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1227b4340343153f18b1100778f9538134b02096fcca3af33997fe18b9bc912d
MD5 fcc0181466fb0923945de9fd83848d56
BLAKE2b-256 a6fac3dcf5d42576d3da59aa0a64a5c2bae8f31a58ee042473d3b605304aa0b1

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyvinecopulib-0.6.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pyvinecopulib-0.6.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7f2b4ce5c621b71e34acdefc0f63e0a9cf29e2d4c510e65afe1c3eb0d360f67c
MD5 96f3e03dff8c2ba0173b4fe07f561fea
BLAKE2b-256 9420e0985f982b2b66dcbd663756b7f95966986cd152c189b847d0bbedd792c8

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9179b6d6cbf8d03cfa8bfd00a46391ec68ecb6e30c9a3d8d021d6d0f82a59d59
MD5 43800e94d946161648494ea2dd0e705f
BLAKE2b-256 14be98ba5b10f5f005257412309b13d638dab6c4d4f4d2e3a0eec3612b28a6a2

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bcabade352805317c56baf050a859140722d4a167a9e7c3c1718b3d11c1e4dd1
MD5 759d18a564a69cc0207a01657b11789d
BLAKE2b-256 be2aa83902a46bb620898e01d5b5d90f63486861c14e2277253c80668c536b72

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 93e4ccbae8ca211aab8ee546f4b1375ca0404380bc0d07d0176c5d106694bda7
MD5 ffa575e2c42cb0fd768616fd4061c8c4
BLAKE2b-256 7242c5a792873d844f9e947c83cf1ca1c650bd7bf7892b39836a43582a75280e

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7142083fdccb2fd18e8ed4c7a0fbf62933a9030d71dfb01c0c59977c42ebec2d
MD5 66d4f425ea0784a21a52ceb868b6e76b
BLAKE2b-256 0cd86afef8eedab5be5439bf038e1a2740c6f00961a10e98ab0c7e948a22bcfb

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7ab8c180018d2cd1df17519e26abe280b9c92f40462bf5e5cffbddc5365cb65
MD5 00d0651b63bb7512202740854775b47a
BLAKE2b-256 0bd5a8df6f5080eee25a074650377edd37a7abe9121b7d58100f7ddb96aea9b7

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c639c6a4d9b8e57a4c0197962a9a8854b3de053f760131aa27e3198ae7c79847
MD5 145abc7713e61e0d627f1347bcb94d85
BLAKE2b-256 1cfb727d4d6c8c248079d7e930ffbe88905d1138976267aecdca485f95c73e97

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c8d63afc115a790ca4673f623768453238090a070d64e960a5f6591c8a365800
MD5 a3b7f72e327df009a2a604c6f6c552d7
BLAKE2b-256 0fd5252796073863c51da1f744f2f80e526c2d6295b81f95c5ce81a840cd276a

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyvinecopulib-0.6.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for pyvinecopulib-0.6.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 23d6c12ef867973ad241e16cbb7f9a69bcae1cca6c38f3b4cfe804a4799e9014
MD5 7e40b3bf850fe1c111d68e964cdcbd2b
BLAKE2b-256 ab50844a2b6c8e0526268bfe113effa9543a7ce6be6f7594a2ff957480eb0b14

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3ac75df2f238f6d77acc966b1618326b12ac7c233ea34c080eab5de7364a8abc
MD5 f2ea83963a5bd8e7b0c91b682ecf3cd5
BLAKE2b-256 b30e0a9e1bd0428e37fc4582d3fb3d80e1be331559b47b52523b77daf1e7caa9

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0e023e4a14995de3a693a024a1f00835ec3b19bccdc8aeb7bb576aac6c09457f
MD5 7b0daabb2f615d9ae249d817b418ddfc
BLAKE2b-256 3ae47da7b70aef6f6ab242c5bafa083dca2a4bbc607a4caacd2de6e181494875

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b876f6f32827c8c46fc6a8802de53fbf8072ec4010d10bb70ecc1573b8082fb
MD5 ac6a95e7324aefe7464e5e73c29b8603
BLAKE2b-256 1d08c70bbb0cca7f359a458877366fc8fca320b47518b529f9881d2ce8340e6e

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad24d6261a58030ec6e58e3854bd5d1f507efaa1c62ca451c5fca734d4471945
MD5 c46fe2364dca0e0ddbcdacd497a2b072
BLAKE2b-256 5f3b391e44a01a3ce5ca9811d71a37a1fbb0008ea5426710ce97b61b97288c63

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d576f69656f5c061f4ccd9498f93520b712ed92d6aef706360f01c983ede439
MD5 7d1369e63e2434be1e483d32c02037b4
BLAKE2b-256 b090298cc575162e032d0779d72d561c8ecc839f20b6dc963b83d42357040e1e

See more details on using hashes here.

File details

Details for the file pyvinecopulib-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyvinecopulib-0.6.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 187df21571adbb4633d425cb24ac116ecd8638415e3ef9a9a0b1265bb6e82040
MD5 db20d511e3de5aa61760ab62fa8bb305
BLAKE2b-256 a5fcef5a85a893e7c18c1ce811921ab1874a081a3679a769aeb0951806b2f70f

See more details on using hashes here.

Supported by

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