Part I. Low Discrepancy Toolbox
Table of Contents
Overview
— An overview of the Low Discrepancy toolbox.
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.
1. 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_primes100
— Returns a matrix containing the 100 first primes.
lowdisc_primes1000
— Returns a matrix containing the 1000 first primes.
lowdisc_primes10000
— Returns a matrix containing the 10000 first primes.
lowdisc_sobolsuggest
— Returns favorable parameters for Sobol sequences.
lowdisc_soboltau
— Returns favorable starting seeds for Sobol sequences.
lowdisc_stopall
— Stop all fast sequences.
2. Support Functions
lowdisc_bary
— Returns the digits of a number given the basis.
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_bitxor
— Bitwise logical XOR operator.
lowdisc_dec2bin
— Convert a decimal floating point integer into binary.