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.2.tar.gz (32.2 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: uqtils-0.4.2.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.2.tar.gz
Algorithm Hash digest
SHA256 e79928e3fbb8be75299c12079f7fa9dd60a95122e4e36a57ebd5939094e588d3
MD5 9ec9b57f2dbc1318b17e846f4eba31ec
BLAKE2b-256 e5b5d9f5d305500713fdb445234072d8bc24f324ec48b2bb7e8d4c215829852a

See more details on using hashes here.

Provenance

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

Publisher: deploy.yml on eckelsjd/uqtils

Attestations:

File details

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

File metadata

  • Download URL: uqtils-0.4.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c4884454f8a233ab38de03dc648fc4c5af32585b55069bf57085e4d4474124e8
MD5 c94bc1949514d9231d51e1565af89fc4
BLAKE2b-256 b764a48eb62c09abbf0f87c4de9ec0f32c4c77c9eba76e2cac97d999fbf55c9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for uqtils-0.4.2-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