Marcus P S

Results 27 comments of Marcus P S

Yeah, the issue is still open, and I am happy to have some help to finish this up. Have a look at the `normest1` branch, but make sure some write...

I have been busy but will try to remind myself what the numerical instabilities I bumped into were -- and whether they were issues with the algorithm itself or with...

@joshcombes It may be better to just create separate issues and tag them to a post v1 milestone.

The impact on runtime is minimal ```julia julia> d = Binomial(5, 2//3) Binomial{Rational{Int64}}(n=5, p=2//3) julia> @benchmark mode(d) # current master BenchmarkTools.Trial: 10000 samples with 994 evaluations. Range (min … max):...

Also, `modes(d)` returns `[4]` in this case, when it should be `[3, 4]`

Since it seems like the MathJax way to pre-define macros and point to extensions is to provide a custom `MathJax.Hub.Config`, as @masonlr indicated, maybe `conf/conf.user.json` can take in a parameter...