Skip to main content

Assorted utilities for uncertainty quantification and scientific computing.

Project description

Logo pdm-managed PyPI Python 3.11

Assorted utilities for uncertainty quantification and scientific computing.

Installation

You can install normally with:

pip install uqtils

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

cd <your-pdm-project>
pdm add uqtils

You can also quickly set up a development environment with:

# After forking this project on Github...
git clone https://github.com/<your-username>/uqtils.git
cd uqtils
pdm install  # reads pdm.lock and sets up an identical venv

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 UQ pdm 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.1.0.tar.gz (38.4 kB view details)

Uploaded Source

Built Distribution

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

uqtils-0.1.0-py3-none-any.whl (37.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: uqtils-0.1.0.tar.gz
  • Upload date:
  • Size: 38.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for uqtils-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b7355ac60590a346494d1d4a33cec6c0a90d878446529181d65b4b4c6dc7840e
MD5 4cbcd6d1a07c0b074e23a5194517a043
BLAKE2b-256 1d589e3a74f6e4218d2765a652b9cd3262c3f9ecaff1f087828c2b83c26662ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: uqtils-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 37.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for uqtils-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 27ca328c0a3b23d482f361cd05bdc4ec17a086cb612b9b146684e56caa52005c
MD5 320d7c423286a2051e5e69a5ed1e4ac6
BLAKE2b-256 250135981bb923dc9bccb73fa35b27d5460028d71acf0da26a293d29b65f9164

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