Carlos Parada
Carlos Parada
Hi, would you be interested in moving this package to JuliaInterop so it can be more visible?
I'm not sure how easy this would be, but if it's at all possible, I'd be very interested in an extension of this that allows for arbitrary bases--this would have...
Replaces `Vector` with `AbstractVector` in some type annotations, so these methods can be used more broadly.
For small arrays, insertion sort is more efficient, so handing off a mostly-sorted array to an insertion sort should give speedups. From what I can see, this isn't implemented yet...
### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? > When resolving...
Using this issue to keep track of estimators we may want to implement. - [ ] Confidence intervals and standard errors for RQMC sequences - [ ] [Median-of-means estimators](https://arxiv.org/pdf/2111.12676v3.pdf) (and...
See [here](https://github.com/alegresor/QMCGenerators.jl), and thanks to @alegresor for this wonderful package! I think we should move to add these features, but the code may require additional tests and cleanup to fit...
It's generally a lot better for performance to iterate lazily over QMC points, especially when the number of points is quite large. When users need the whole set, there's nothing...
The sampling interface is a bit of a mess at the moment. The way users are asked to specify sample sizes is clunky and unnatural, demanding that they perform unusual...
Having a Gray code implementation for arbitrary bases should speed up point set generation.