Joannes Vermorel

Results 5 comments of Joannes Vermorel

I might have pinpointed the problem in [NegativeBinomial](https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics/Distributions/NegativeBinomial.cs), the code is: ``` static int SampleUnchecked(System.Random rnd, double r, double p) { var lambda = Gamma.SampleUnchecked(rnd, r, p); var c =...

Hi @AArnott, yes, it's a reasonable use-case to to support filtering the export something more granular than a whole module. Don't hesitate to submit a PR in this direction. My...

Hi @johndaintree, yes this feature is reasonable. I don't have the resources at the moment to work on this, but don't hesitate to submit a PR.

Hi @Freekjan, thanks a lot for your very precise report. I don't have resources to assign to the case at the moment, but we will try, at some point, to...

+1 It's indeed a pain to have `ConfigureAwait(false)` everywhere in practice for all libraries.