Skip to main content

Assorted utilities for uncertainty quantification and scientific computing.

Project description

Logo

pdm-managed Python version Copier PyPI build docs tests Code Coverage

Assorted utilities for uncertainty quantification and scientific computing.

⚙️ Installation

pip install uqtils

If you are using pdm in your own project, then you can use:

pdm add uqtils

# Or in editable mode from a local clone...
pdm add -e ./uqtils --dev

📍 Quickstart

import numpy as np
import uqtils as uq

ndim, nsamples = 3, 1000

mu = np.random.rand(ndim)
cov = np.eye(ndim)

samples = uq.normal_sample(mu, cov, nsamples)
fig, ax = uq.ndscatter(samples)

🏗️ Contributing

See the contribution guidelines.

Made with the copier-numpy template.

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

uqtils-0.4.1.tar.gz (32.2 kB view details)

Uploaded Source

Built Distribution

uqtils-0.4.1-py3-none-any.whl (30.9 kB view details)

Uploaded Python 3

File details

Details for the file uqtils-0.4.1.tar.gz.

File metadata

  • Download URL: uqtils-0.4.1.tar.gz
  • Upload date:
  • Size: 32.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for uqtils-0.4.1.tar.gz
Algorithm Hash digest
SHA256 cad00e30de839fd167e096b72efce6313dfb72bdfa699dcd9baa3695c20ff362
MD5 22192d00e4d94154c1024099667703ff
BLAKE2b-256 e8c0b4332d0633cbe972b73d57dc8fbfe68cb638c904c7b2e999fb9d06d3c48b

See more details on using hashes here.

Provenance

The following attestation bundles were made for uqtils-0.4.1.tar.gz:

Publisher: deploy.yml on eckelsjd/uqtils

Attestations:

File details

Details for the file uqtils-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: uqtils-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 30.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for uqtils-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fd8cc1923d5bb91d581a0d4c799f4b631641a369b85be62dbeb5b4b1c849d61b
MD5 03dd00e5be9eb629153107eff6452698
BLAKE2b-256 cdb2fb1f49dde353ba358cbdecdca2afbe3ead0152b03e426133d816bb725203

See more details on using hashes here.

Provenance

The following attestation bundles were made for uqtils-0.4.1-py3-none-any.whl:

Publisher: deploy.yml on eckelsjd/uqtils

Attestations:

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