SobolSequence
SobolSequence(n,i)
Returns the «n»th Sobol sequence along index «i», where «i» defaults to the Run index.
Example
SampleSize := 256 Variable X := SobolSequence(1) Variable Y := SobelSequence(2)
The following shows the scatter plot of Y vs. X.
The sequence tends to fill the 2-D space. Compare this to a purely Uniform random scatter:
The Sobol fills out the space in a more uniform fashion with fewer instances where several points cluster closely or large regions devoid of coverage.
Comments
Enable comment auto-refresher