scramble
Scramble quasirandom point set
Description
returns a scrambled copy ps
= scramble(p
,type
)ps
of the point set p
,
created using the scramble type specified by type
. The point set
p
is either a haltonset
or sobolset
object, and each type of point set
supports a different scramble type.
The scrambled point set ps
is the same kind of object as
p
.
Examples
Input Arguments
References
[1] Hong, H. S., and F. J. Hickernell. “Algorithm 823: Implementing Scrambled Digital Sequences.” ACM Transactions on Mathematical Software. Vol. 29, No. 2, 2003, pp. 95–109.
[2] Kocis, L., and W. J. Whiten. “Computational Investigations of Low-Discrepancy Sequences.” ACM Transactions on Mathematical Software. Vol. 23, No. 2, 1997, pp. 266–294.
[3] Matousek, J. “On the L2-Discrepancy for Anchored Boxes.” Journal of Complexity. Vol. 14, No. 4, 1998, pp. 527–556.
Version History
Introduced in R2008a
See Also
haltonset
| sobolset
| net
| reduceDimensions