UncertaintyQuantification.jl icon indicating copy to clipboard operation
UncertaintyQuantification.jl copied to clipboard

Randomized quasi Monte Carlo

Open FriesischScott opened this issue 2 years ago • 1 comments

Since v0.3 QuasiMonteCarlo.jl includes various randomization methods for all its sampling methods. We should enable these as well, with sane defaults since some of the sequences should generally not be used unrandomized.

  • DigitalShift
  • MatousekScramble
  • OwenScramble
  • Shift

FriesischScott avatar Jul 24 '23 09:07 FriesischScott

It would be interesting to know which scrambles should be used as a default or if not all of them work for each QMC sequence.

If this contains a definite default we can use that otherwise leave it at not randomized as a default for now:

https://artowen.su.domains/mc/qmcstuff.pdf

FriesischScott avatar Sep 13 '23 12:09 FriesischScott