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.0.tar.gz (32.1 kB view hashes)

Uploaded Source

Built Distribution

uqtils-0.4.0-py3-none-any.whl (30.6 kB view hashes)

Uploaded Python 3

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