<< lowdisc_get Sequences lowdisc_next >>

Low Discrepancy >> Low Discrepancy > Sequences > lowdisc_new

lowdisc_new

Create a new object.

Calling Sequence

this = lowdisc_new ( )
this = lowdisc_new ( method )

Parameters

this:

the current object

method:

a 1-by-1 matrix of strings, the low discrepancy sequence (default = "sobolf"). 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 creates a new low discrepancy object.

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 >>