Skip elements in the Sobol sequence.
[ count , lastq ] = lowdisc_sobolskip ( skip , lastq , dim_num , count , v )
a 1 x 1 matrix of floating point integers, the number of elements to discard
a 1 x 1 matrix of floating point integers, the number of dimensions
a dim_num x 1 matrix of floating point integers, the numerators of the last vector generated
a 1 x 1 matrix of floating point integers, the index of the element in the sequence
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.