Kevin Qing
Kevin Qing
I'm aware that this maybe doesn't go entirely hand-in-hand with the intent of this library, but here's my pitch: I've noticed that, in my own workflow, I often construct a...
Closes #1702 ## Core Issues The `rand(d::Dirichlet)` calls `Gamma(d.α[i])` i times and writes to `x`. It then rescales this result by `inv(sum(x))`. When this overflows to `Inf`, we run into...
## Long rambling introduction Distributions.jl currently allows many weird edge-cases which result in Dirac-type degenerate point mass distributions. There are numerous bugs related to many of these cases, e.g. ```julia...