Skip to main content

Sample in hypercubes, select diverse subsets, and evaluate diversity indicators

Project description

Description

diversipy is a collection of algorithms dealing with three different but related topics. The first topic is super-uniform sampling of the unit hypercube. ‘Super-uniform’ in this context means that the obtained point sample should be more uniform than a random uniform sample, which is a desirable property in many applications. One such application is the design of computer experiments, where typically space-filling experimental designs are used. After creation, the samples can be transformed from the unit hypercube to arbitrary cuboids.

The task of subset selection is defined as follows: suppose you have a set of points in R^n and want to select a sample of them distributed as uniformly as possible. This may be necessary because the original set is too large to be processed entirely. The selection problem is related to clustering, with the difference that when using clustering, you usually want to retain the structure of the original point set.

Once one has created (or obtained from somewhere) a point set, one may want to assess its properties. Therefore, diversipy contains several functions to measure diversity and a few related concepts. Several different indicators are offered because they have different advantages and disadvantages (in terms of run time and what they measure).

Example

>>> from diversipy import *
>>> design = edge_lhs(lhd_matrix(50, 2)) # create latin hypercube design
>>> subset = psa_select(design, 10) # select subset, for whatever reason
>>> unanchored_L2_discrepancy(subset) # calculate discrepancy

Note that points are stored row-wise, in accordance with numpy convention.

Documentation

The documentation is located at https://ls11-www.cs.tu-dortmund.de/people/swessing/diversipy/doc/

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

diversipy-0.3.tar.gz (17.4 kB view details)

Uploaded Source

File details

Details for the file diversipy-0.3.tar.gz.

File metadata

  • Download URL: diversipy-0.3.tar.gz
  • Upload date:
  • Size: 17.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for diversipy-0.3.tar.gz
Algorithm Hash digest
SHA256 7d323e6f4c20df13564645a358bdc6ceaff89c0fe815c2531442822f55d985b4
MD5 6fca90b6a42e940ccfd9b85397f059e5
BLAKE2b-256 460759c7cfe3b8fca1d6fb1ab39f929c36cfc97e39308848f66ef3a9e4ba8bc1

See more details on using hashes here.

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