FriesischScott / UncertaintyQuantification.jl

Uncertainty Quantification in Julia
MIT License
28 stars 7 forks source link

Randomized QMC: tests #144

Closed mlsuh closed 5 months ago

mlsuh commented 7 months ago

Currently, there are only tests for unrandomized qmc. Tests for randomized Sobol-, Halton- and Lattice Rule Sampling will need to be implemented.

FriesischScott commented 6 months ago

I checked and since there are sufficient tests in QMC.jl I think we can be very brief here and just check that under randomization the samples returned are different evry time or sth simple like that.

FriesischScott commented 6 months ago

@mlsuh Can you include this in #143 ?