A library for computing samplings in arbitrary dimensions
Project description
A Collection of Space-filling Sampling Designs for Arbitrary Dimensions. The API is structured such that the top level packages represent the shape of the domain you are interested in:
ball - The n-dimensional solid unit ball
directional - The space of unit length directions in n-dimensional space. You can also consider this a sampling of the boundary of the n-dimensional unit ball.
hypercube - The n-dimensional solid unit hypercube \(x \\in [0,1]^n\).
subspace - Sampling a n-1-dimensional subspace orthogonal to a unit vector or sampling the Grassmanian Atlas of projections from a dimension n to a lower dimension m.
shape - a collection of (n-1)-manifold and non-manifold shapes embedded in an n dimensional space. For now these must all be sampled using a uniform distribution.
Within each module is a list of ways to fill the space of the samples. Note, that not all of the methods listed below are applicable to the modules listed above. They include:
Uniform - a random, uniform distribution of points (available for ball, directional, hypercube, subspace, and shape)
Normal - a Gaussian distribution of points (available for hypercube)
Multimodal - a mixture of Gaussian distributions of points (available for hypercube)
CVT - an approximate centroidal Voronoi tessellation of the points constrained to the given space (available for hypercube and directional)
LHS - a Latin hypercube sampling design of points constrained to the space (available for hypercube)
The python CVT code is adapted from a C++ implementation provided by Carlos Correa. The Grassmannian sampler is adapted from code from Shusen Liu.
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
File details
Details for the file samply-0.0.21.tar.gz
.
File metadata
- Download URL: samply-0.0.21.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6575928138bb183ba32152e2723b1d6485e73ee6477e89a770c296a3c9cd7b9c |
|
MD5 | 538e43b0287ea440506c4748367bc71e |
|
BLAKE2b-256 | 3a928a6ebb46befc71614e2b42121ed4fa31e0371abaa52fa1c6bf73c4e96223 |