<< lowdisc_get Sequences lowdisc_next >>

Low Discrepancy Toolbox >> Low Discrepancy Toolbox > Sequences > lowdisc_new

lowdisc_new

Create a new object.

Calling Sequence

this = lowdisc_new ( )
this = lowdisc_new ( method )

Parameters

this:

the current object

method:

(optionnal) a string, the low discrepancy sequence (default = "halton"). The method can be equal to : "halton", "haltonf", "faure", "fauref", "reversehalton", "reversehaltonf", "sobol", "sobolf", "niederreiter-base-2", "niederreiterf". See below for details.

Description

This function requires to take the current object both as an input and an output argument.

The following is the list of possible values for method.

Examples

lds = lowdisc_new("faure");
lds
lds = lowdisc_destroy(lds);

Authors

<< lowdisc_get Sequences lowdisc_next >>