Create a new object.
this = lowdisc_new ( ) this = lowdisc_new ( method )
the current object
a 1-by-1 matrix of strings, the low discrepancy sequence (default = "sobolf"). The method can be equal to : "halton", "faure", "sobol", "niederreiter". See below for details.
This function creates a new low discrepancy object.
The following is the list of possible values for method.
"-primeslist"
option.
By default, it is able to generate experiments in dimension at most 100.
This sequence is able to generate at most 2^31 - 1 = 2 147 483 647 experiments.
To extend the number of dimensions, please configure the
"-primeslist"
option.
To enable scrambling, please configure the "-scrambling"
option.
The maximum dimension which can be obtained is equal to the number of
different primes in the prime table."-primeslist"
option.
By default, it is able to generate experiments in dimension at most 541.
This sequence is able to generate at most 2^31 - 1 = 2 147 483 647 experiments.
To extend the number of dimensions, please configure the
"-primeslist"
option.
The maximum dimension which can be obtained is equal to the maximum
prime number in the prime table."-base"
option.
By default, the base is 2.
The base is expected to be a prime or a power of a prime, e.g. :
4 = 2^2, 8 = 2^3, 9 = 3^2, 16 = 2^4, 25 = 5^2, 27 = 3^3, 32 = 2^5, 49 = 7^2.