Low Discrepancy
Low Discrepancy
lowdisc_overview
—
An overview of the Low Discrepancy toolbox.
lowdisc_projections
—
An overview of bad 2D projections.
lowdisc_ldgen
—
Returns uniform numbers from a low discrepancy sequence.
Sequences
lowdisc_cget
—
Returns the value associated with the given key.
lowdisc_configure
—
Configure a field of the object and returns the modified object.
lowdisc_destroy
—
Destroy the current object.
lowdisc_get
—
Quiery one not-configurable field.
lowdisc_new
—
Create a new object.
lowdisc_next
—
Returns the next term of the sequence
lowdisc_startup
—
Startup the sequence.
Macro Generators
lowdisc_haltonnext
—
Returns the next element of the Halton sequence.
lowdisc_sobolnext
—
Generates a new quasirandom Sobol vector.
lowdisc_sobolskip
—
Skip elements in the Sobol sequence.
lowdisc_sobolstart
—
Initialize the Sobol sequence.
lowdisc_vandercorput
—
Returns the i-th term of the Van Der Corput sequence.
Static Functions
lowdisc_fauresuggest
—
Returns favorable parameters for Faure sequences.
lowdisc_haltonsuggest
—
Returns favorable parameters for Halton sequence.
lowdisc_methods
—
Returns available sequences.
lowdisc_niederbase
—
Returns optimal base for Niederreiter sequence.
lowdisc_niedersuggest
—
Returns favorable parameters for Niederreiter sequence.
lowdisc_sobolsuggest
—
Returns favorable parameters for Sobol sequences.
lowdisc_soboltau
—
Returns favorable starting seeds for Sobol sequences.
lowdisc_stopall
—
Stop all fast sequences.
Support Functions
lowdisc_bitand
—
Bitwise AND.
lowdisc_bithi1
—
Returns the position of the high one bit base 2 in an integer.
lowdisc_bitlo0
—
Returns the position of the low zero bit base 2 in an integer.
lowdisc_bitor
—
bitwise OR
lowdisc_bitxor
—
Bitwise logical XOR operator.
lowdisc_corrcoef
—
Correlation coefficients
lowdisc_dec2bin
—
Convert a decimal floating point integer into binary.
lowdisc_proj2d
—
Plots 2 dimensional projections.