Carlos Parada
Carlos Parada
Are there any uses of inbounds left after [this PR](https://github.com/JuliaStats/Distributions.jl/pull/1742), @itsdebartha?
> One option for moving forward in the short-term would be to have an explicit `to_string` function on the `Int` type and remove the `String` constructor taking in an `Int`....
@dmbates Could you give @eschnett permission to move this?
> @ParadaCarleton and @eschnett Is the question directed to me because I am a member of JuliaInterop or because I had some involvement in this package? I don't recall any...
@xiaodaigh makes sense; worth noting the tests are all working on my end.
> No it isn't. I think for smaller arrays, like size 12. That is implemented in base, so not that hard to copy the code over I don't think it...
> I believe this is not recommended for Sobol sequences. There are no guarantees that block `(2^15)*i+1:(2^15)*i+1` forms a (tms)-net i.e. has low discrepancy -> good variance reduction. I think...
> @ParadaCarleton can you take a look at this? Will make a PR today correcting these issues as part of a general refactor (breaking everything into files, fixing names, and...
> * I don't think this QMC package should host robust estimator, but only focus on QMC. In fact, I developed the package [RobustMeans.jl](https://github.com/dmetivie/RobustMeans.jl) that does exactly that! Maybe we...
> About making the API evolve, I had few of questions/comments: > > * Could we change the name `LowDiscrepancySample` for `HaltonSample`? > I find it very confusing, as Low...