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

generation of Sobol low-discrepancy sequence (LDS) for the Julia language

Results 10 Sobol.jl issues
Sort by recently updated
recently updated
newest added

First of all, thank youfor writing Sobol.jl. I have been learning about Quasi Monte Carlo (**QMC**) recently and I'm so glad that there is a Sobol module in Julia. I...

Thanks for this great library, I find it very useful. However, I am not sure that the library supports the iteration interface of Julia. Eg `Sobol.SobolSeq` returns not an iterator,...

Might be nice to use StaticArrays (i.e. return an `SVector`, not a `Vector`), since dimension of a `SobolSeq` is part of the type already. However, for very high dimensions, a...

It would be interesting to compare against [this implementation](http://people.sc.fsu.edu/~jburkardt/cpp_src/sobol/sobol.html), both for correctness and performance.

from julia-users: https://groups.google.com/forum/#!topic/julia-users/Jpj_Zb7EmcQ Fixed in 28c1860132474f470399f0b1515aea5f3ed66353. Should we add a test? I haven't looked into the issue itself, but could have a look at the end of the week.

This pull request sets the compat entry for the `DelimitedFiles` package to `1`. This keeps the compat entries for earlier versions. Note: I have not tested your package with this...

The PR fixes the first point in #31 and starts the sequence at zero (see #31 and [Owen's paper](https://arxiv.org/abs/2008.08051) referenced therein for the motivation). With this change the sequences generated...

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Hi, thank you for the excellent implementation. I brought this up because I noticed that while the sobol_minit values align with those in Joe & Kuo (2008), the sobol_a values...

Make it clear `skip()` mutates `s`