<< lowdisc_sobolnext Macro Generators lowdisc_sobolstart >>

Low Discrepancy >> Low Discrepancy > Macro Generators > lowdisc_sobolskip

lowdisc_sobolskip

Skip elements in the Sobol sequence.

Calling Sequence

[ count , lastq ] = lowdisc_sobolskip ( skip , lastq , dim_num , count , v )

Parameters

skip :

a 1 x 1 matrix of floating point integers, the number of elements to discard

dim_num :

a 1 x 1 matrix of floating point integers, the number of dimensions

lastq :

a dim_num x 1 matrix of floating point integers, the numerators of the last vector generated

count :

a 1 x 1 matrix of floating point integers, the index of the element in the sequence

Description

This functions skips elements in the Sobol sequence.

The only difference with lowdisc_sobolnext is that we do not generate the vector quasi.

This routine is designed to be used with the lowdisc_sobolnext() and lowdisc_sobolstart functions.

Authors


<< lowdisc_sobolnext Macro Generators lowdisc_sobolstart >>