Benjamin Born

Results 15 comments of Benjamin Born

@mschauer I played around with the implementation so far and I have a question of how to efficiently use it for my application. The objective is to estimate some of...

I can confirm that they are similar in performance (with a slight edge for `qnwnorm`) ``` @benchmark qnwnorm(10, 5.0, 4.0) BenchmarkTools.Trial: memory estimate: 5.41 KiB allocs estimate: 134 -------------- minimum...

I can reproduce the bug with the same specs.

If someone is looking for these tests, most have by now been implemented in [HypothesisTests.jl](https://github.com/JuliaStats/HypothesisTests.jl).

See the check list at the top of https://github.com/JuliaStats/HypothesisTests.jl/issues/16