-
The Conway-Maxwell-Poisson distribution (https://en.wikipedia.org/wiki/Conway%E2%80%93Maxwell%E2%80%93Poisson_distribution) is a generalization of the Poisson distribution that allows for both over- a…
-
The `λ` parameter of Poisson is only defined for positive reals. But here its defined for `λ >= 0`.
Is this intended?
```julia
dist = Poisson(0); #no problem
dist = Poisson(-1) #ERROR: Doma…
-
Great tool!
I went to the website to try and use it to explore a [Poisson Distribution](https://en.wikipedia.org/wiki/Poisson_distribution) and noticed it was missing! This is a function in [Scipy]…
-
The density at a discrete point in the mixture should be `Inf`, cdf is fine.
```r
library(ggdist)
library(distributional)
library(ggplot2)
ggplot(NULL, aes(xdist = dist_mixture(dist_normal(), d…
-
should combine (poisson distribution) and (per-site probability)
-
#### Is your feature request related to a problem? Please describe
I'm wanting to fit a zero inflated negative binomial and plot the fit with the output parameters. However I cannot understand how th…
-
```
julia> rand(Poisson(1e20))
ERROR: InexactError: Int64(Int64, 9.999999997262139e19)
Stacktrace:
[1] Type at ./float.jl:700 [inlined]
[2] convert at ./number.jl:7 [inlined]
[3] rand(::Poiss…
-
Update docs with info in https://github.com/jstat/jstat/pull/246#issuecomment-526445406
-
Hi Deak,
I couldn't figure out another way to contact you. I have a few questions about the Poisson Binomial Distribution you wrote about [here](https://deaktator.github.io/2015/08/09/poisson-binom…
-
Probability distributions also have calculable variances. Variances are a way of measuring the spread or dispersion of values and probabilities in the distribution. For the Poisson distribution, the v…