Skip to main content

Linear combination of independent noncentral chi-squared random variables

Project description

chi2comb

Travis AppVeyor

This package estimates cumulative density functions of linear combinations of independent noncentral χ² random variables and a standard Normal distribution. Formally, it estimates P[Q<q], where:

Q = λ₁X₁ + ... + λₙXₙ + σX₀.

Xᵢ (𝚒≠𝟶) is an independent random variable following a noncentral χ² distribution with nᵢ degrees of freedom and noncentrality parameter λᵢ. X₀ is an independent random variable having a standard Normal distribution.

Install

It can be installed using the pip command

pip install chi2comb

Usage

Consider the following linear combination of four random variables:

Q = 6⋅X₁ + 3⋅X₂ + 1⋅X₃ + 2⋅X₀,

where X₁, X₂, and X₃ are noncentral χ² random variables having degrees of freedom n₁=n₂=1 and n₃=2 and noncentrality parameters λ₁=0.5 and λ₂=λ₃=0. Let us estimate P[Q<1]:

>>> from chi2comb import chi2comb_cdf, ChiSquared
>>>
>>> gcoef = 2
>>> ncents = [0.5, 0, 0]
>>> q = 1
>>> dofs = [1, 1, 2]
>>> coefs = [6, 3, 1]
>>> chi2s = [ChiSquared(coefs[i], ncents[i], dofs[i]) for i in range(3)]
>>> result, errno, info = chi2comb_cdf(q, chi2s, gcoef)
>>> result
0.050870657088644244
>>> errno
0
>>> info
Info(emag=0.6430413191446991, niterms=43, nints=1, intv=0.03462571527167856, truc=1.4608856930426104, sd=0.0, ncycles=21)

The estimated value is P[Q<1] ≈ 0.0587.

Problems

If you encounter any issue, please, submit it.

Authors

License

This project is licensed under the MIT License.

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

chi2comb-0.1.0.tar.gz (7.1 kB view details)

Uploaded Source

Built Distributions

chi2comb-0.1.0-cp39-cp39-win_amd64.whl (23.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

chi2comb-0.1.0-cp39-cp39-manylinux2010_x86_64.whl (27.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

chi2comb-0.1.0-cp39-cp39-manylinux2010_i686.whl (26.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

chi2comb-0.1.0-cp39-cp39-manylinux1_x86_64.whl (27.4 kB view details)

Uploaded CPython 3.9

chi2comb-0.1.0-cp39-cp39-manylinux1_i686.whl (26.6 kB view details)

Uploaded CPython 3.9

chi2comb-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl (15.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

chi2comb-0.1.0-cp38-cp38-win_amd64.whl (23.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

chi2comb-0.1.0-cp38-cp38-manylinux2010_x86_64.whl (27.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

chi2comb-0.1.0-cp38-cp38-manylinux2010_i686.whl (27.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

chi2comb-0.1.0-cp38-cp38-manylinux1_x86_64.whl (27.8 kB view details)

Uploaded CPython 3.8

chi2comb-0.1.0-cp38-cp38-manylinux1_i686.whl (27.1 kB view details)

Uploaded CPython 3.8

chi2comb-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl (15.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

chi2comb-0.1.0-cp37-cp37m-win_amd64.whl (23.1 kB view details)

Uploaded CPython 3.7m Windows x86-64

chi2comb-0.1.0-cp37-cp37m-manylinux2010_x86_64.whl (27.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

chi2comb-0.1.0-cp37-cp37m-manylinux2010_i686.whl (26.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

chi2comb-0.1.0-cp37-cp37m-manylinux1_x86_64.whl (27.4 kB view details)

Uploaded CPython 3.7m

chi2comb-0.1.0-cp37-cp37m-manylinux1_i686.whl (26.6 kB view details)

Uploaded CPython 3.7m

chi2comb-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl (15.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

chi2comb-0.1.0-cp36-cp36m-win_amd64.whl (23.1 kB view details)

Uploaded CPython 3.6m Windows x86-64

chi2comb-0.1.0-cp36-cp36m-manylinux2010_x86_64.whl (27.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

chi2comb-0.1.0-cp36-cp36m-manylinux2010_i686.whl (26.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

chi2comb-0.1.0-cp36-cp36m-manylinux1_x86_64.whl (27.4 kB view details)

Uploaded CPython 3.6m

chi2comb-0.1.0-cp36-cp36m-manylinux1_i686.whl (26.6 kB view details)

Uploaded CPython 3.6m

chi2comb-0.1.0-cp36-cp36m-macosx_10_9_x86_64.whl (15.5 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file chi2comb-0.1.0.tar.gz.

File metadata

  • Download URL: chi2comb-0.1.0.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e1605e065747a04c95a244ac4dd727af06a0f99a22f3d4ff549b2ebdcafee7aa
MD5 9ced2719fa061bfaf3929c728a5dcd02
BLAKE2b-256 bf5c7f5d45ff036085c4b623d79cfbf27f3623972c23682968c320d83ec3957b

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 23.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.8

File hashes

Hashes for chi2comb-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 07655f7cd9081b45da8e382685e1a1d7067e0cca36b88db63edfa7bface0aec3
MD5 83a0165c1446a7f8e59191502f88386b
BLAKE2b-256 dedd055530528349df0771bfba00597c9fa25ede57817aee186cf8f3980c5d08

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 27.4 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c242f6b2316f395eae971458cd86370c1857a09d514f605bb6c77fa68bd53338
MD5 77b38c518fb19fa47c7c8d6466e1df6c
BLAKE2b-256 b53dda6cd0ff42310439db9af5903e06d331f505597aea5730cefb7f623edeff

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 26.6 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fe19eec1785cbfbcc8e99e4da337da3696b2413b317abc2e956d48d2ceaa7925
MD5 85421827650b0456aef316d9f60d64c5
BLAKE2b-256 0d069f01f027fc9817405e5119c3e0cbb6a936a2ecd01414c0ef64e4a7259e91

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 27.4 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 050aa084789318995e565867347a446872e610ded11c0f06bc96795a4df88cf6
MD5 9db42ca3fd0650a2df15f30af5df0a82
BLAKE2b-256 36479d82df655400a8f89e586f532434eba7d3259d36e9cc51501022e18289d0

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 26.6 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f1f57f052557c5acbde08776348023fa3e8ee616635d29a49ea571dbf9a0fe5a
MD5 748e8f791fc1cc306fee806ae5096a22
BLAKE2b-256 c722a09f3e8987edab6f40c7b14de2453ce4d95e5c66fe47c9c7fa288a32a068

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for chi2comb-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 56a55dcaf8099173175c49b72c9e1b9df349ba84f47405f5342176c02f0cfac9
MD5 6f92d376697866fb0c857166157e17fa
BLAKE2b-256 91663b71cec9a9a6cbe7ade9fc68f79e7a3831f6fbd09096cd3b77ae2d0a8d91

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 23.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.8

File hashes

Hashes for chi2comb-0.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 83f7aa3f1eeeb993808cd246445aa45fcdad0fefefc77dd5ec6c0f4078cdf908
MD5 8998598bec843adc7cefa0853f067f75
BLAKE2b-256 f8ef3c17e2bc25f6bcaf21e27e0c5318eb418b2b7f423d65c3507c3aefeed6d3

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a2533297b5fff466168f5db4022c37a5c6068794d68181e175ac97d5cb4f68c5
MD5 542385e0b6b466cdb19d8f8f4e37ce2e
BLAKE2b-256 508a6574355774c9388aea690a17b6f631c0713037621819b1815b60cb4dc581

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 27.1 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9f8f1ac5006f303f68de79296136a7a7660a3cbaef39eecad22c0042ac0c29e5
MD5 e660f89777d1b6924fb5432e9666eb81
BLAKE2b-256 e4dfd59ab5ad3f1b605a0958fbff536c8dc45081e6dc295a699cb7dcd9d69f85

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 27.8 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0f6898f5bcbf2571af5c24ad212e961b9b73637b1ef49d9ace8e417957d36a4a
MD5 764c5fd2245b5e0ff862203cd54177d2
BLAKE2b-256 312a27959b1cb7a2df93d40f11843b8d15d1af5561bdbb3fbea8d6f23d29d2a3

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 27.1 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e76daa9d8fb73ec37c1ce890e581d940ae004244b6bb8f8355d46eca8814b770
MD5 4536b5c27dfedd453b8702584fbc0a16
BLAKE2b-256 7cea8193d7cb53e956c0879e3c02fc1239b926b105bac594875de6d689bdd9b2

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for chi2comb-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b0739522aefe01f9c145262c4e3b5e886dd19170825b8fcd6af7ffbb4c75410
MD5 4f9fc1e0e315e60be83fb773ab27919a
BLAKE2b-256 fd3073e93d702daf1e817e009f470886dbf2427aee557a06b27a25e2ed14e75c

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 23.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.8

File hashes

Hashes for chi2comb-0.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e294dff60e8cd76ae610dfdbae3d0b2b3b3cb8b2ea4dde867d1718a1088f6378
MD5 46476d2891fa38dcc9978f647af875fa
BLAKE2b-256 5afd0fb2ba97cfc493a7a750c8b51621f4ebbaf6da6bd1cc9457e59db9d9b530

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 27.4 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 01128dac23ee8506a98276f1895b0ff3ff5ec115d48f1f4cd1d7351357bf45b6
MD5 8ef43a710fcd2f27080baea2321b3929
BLAKE2b-256 fa4eb9708143324aa20b710d600597b2f7a90f5ec801b5a314feb9120dbd5879

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 26.6 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 739741b268525eb4b242c7180db1800948d665a036a7a15602e253248dcf92d8
MD5 710ae2f4a49c7d5dbc23cdd57b0c79f9
BLAKE2b-256 0c82a5cb6a497fb82da029aa6a520072b46cc95481e6d90a825f6be3391d53c0

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 27.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d3e32af37c3b64d7f458e3a3baf38e3be9e89f849a49a3f4166c07376a398492
MD5 21cb66ecb35276bec38813c25ace17d4
BLAKE2b-256 792351542f23d0674f6d695dc0e0a3247095729ec8a84857f7484865c7bc609d

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 26.6 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6ddfdf0fabaf097539d8eb247b1343e06561c0c251a604ce806355255c8d84d0
MD5 6fd57b461d8948de08181203549aa401
BLAKE2b-256 9f24a95941eeefcbc0910f3355f552168815fc00d28cd83db44b6b3a4ef93360

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for chi2comb-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d2b1356e17f41d037c3dac5b7c81d8e50b6242b16bca505163bc77c60e04f9b6
MD5 81c82169a0301a029f74acfc6b6df60c
BLAKE2b-256 daadeb6adbe900fcfd6629c6c977751c48062054a08865a8605003ad65099778

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 23.1 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.8

File hashes

Hashes for chi2comb-0.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 65a1569ec627ea8a1c02d4e739423a08620e611a20c549727fd27ee268a83d5a
MD5 aefd262f3854b316c444c8a6a2ee117d
BLAKE2b-256 6710904a3693d6e7f6a12b13db8220b0e094737f18d7768461eddc852b815944

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 27.4 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2f8e1c588bf2a9e647bfe2a8a05460011b52481cb231e88e1cbb1e37ca033a74
MD5 fc293c6050794e2226f315bd3f44e7ce
BLAKE2b-256 1e4e692239b113691e31250a36bd4e72e1f678eb7e17a02c4dc73d66dc5f9fcb

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 26.6 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4f4f3743df8fc1e0eb54e901a5b93d08351cb8c84ffc3a18fb9e0de4be645060
MD5 84e40d3acd113cbd68f763bfc71ec1c1
BLAKE2b-256 9b21bf3bdc9a1a23b1fad6e9115c300e6fcbed99da9c99ef36c5455404ea0767

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 27.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 35ec7f3f03a22266383bcca7b41b1f3cf2f15a0f578070714804064b20837571
MD5 1be6ecd49e76359304c82dc508741e51
BLAKE2b-256 d5701efc5f2b76fde7256b24cf7bdf3b56936b74c70a402e37a965dba3e37949

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 26.6 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.7

File hashes

Hashes for chi2comb-0.1.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4830f1b378f08ac047e97294bee78167e70452e99016541ef23ecc8aa7323126
MD5 88b39ff9d768da034fce97b91b69c3ac
BLAKE2b-256 fd9eaab26ffb74feffc0996a274360a7ab4ba153cf07b0c0dda5085c9d0da4ea

See more details on using hashes here.

File details

Details for the file chi2comb-0.1.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: chi2comb-0.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for chi2comb-0.1.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9293846852e4d4bd2562823b8414df60073628890f5649688a1dd8d504282125
MD5 32be80f03d18a112b52927283caebd17
BLAKE2b-256 d54053ed99d2ea3e4687841a85b76dabd444a5f5dd550497a96ee21b60d95306

See more details on using hashes here.

Supported by

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