Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 845 Bytes

README.rst

File metadata and controls

31 lines (19 loc) · 845 Bytes

sobol_seq

Python Sobol sequence implementation. Sobol sequences are quasi-random low-discrepancy sequences that are useful for creating sample distributions.

The original code that this package is based on is by John Burkardt and Corrado Chisari. The original version is available here

Installation

To install via pip:

pip install sobol_seq

or:

python -m pip install sobol_seq

To install as usual with setuptools - source available from github.

To install via Conda:

conda install -c https://conda.binstar.org/naught101 sobol_seq

Usage

See documentation (and source code) on github.