Skip to main content

A package for group testing against symmetric distributions.

Project description

symgt

A package for group testing against symmetric distributions. Python 3.

pip install symgt

For example, to compute an optimal partition for a symmetric distribution...

import numpy as np
from symgt import models, algorithms, utils

# the representation alpha of symmetric distribution
alpha = np.array([0.5, 0.2, 0.0, 0.0, 0.0, 0.0, 0.2, 0.1, 0.0, 0.0, 0.0])
m = models.ExchangeableModel(10, alpha)
q = np.exp(m.log_q()) # the representation q of the symmetric distribution
multfn, cost = algorithms.symmetric_multfn(q) # cost is 6
intpart = utils.intpart_from_multfn(multfn) # intpart is [10]

# which differs from that computed using the IID approximation
m_iid = models.IIDModel(10, m.prevalence())
multfn_iid, _ = algorithms.symmetric_multfn(np.exp(m_iid.log_q()))
intpart_iid = utils.intpart_from_multfn(multfn_iid) # is [4, 3, 3]

utils.ECost(q, multfn) # 6
utils.ECost(q, multfn_iid) # 6.63

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

symgt-0.0.8.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

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

symgt-0.0.8-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file symgt-0.0.8.tar.gz.

File metadata

  • Download URL: symgt-0.0.8.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for symgt-0.0.8.tar.gz
Algorithm Hash digest
SHA256 18f7095536681460bd31a74df9bd492f2a70a6852a1d46d3fff45cafc8d63c18
MD5 40ab2e3f7bfa1170c726a8b7603eb477
BLAKE2b-256 754b6ec82d0d1d000ce02f297e34a9892d8aec3ac23697af1c971f64948ed38f

See more details on using hashes here.

File details

Details for the file symgt-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: symgt-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for symgt-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 26deb23674c02539499b74bd7716c1a597764c39845f8dbae21ccd209a004a0a
MD5 b41a44d55ae300eea0c15bbb34025caf
BLAKE2b-256 f2fc62f7725a97729bb6c6d869fd67a9339ea293242958100675784e0ad3e940

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