-
Hello everyone,
I have noticed that the call `quantile(Binomial(5000, 0.998575), 0.0005)` returns `5000`, which is wrong. Consider:
```
cdf(Binomial(5000, 0.998575), 4982)
## 0.00043834337012784…
-
#### 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…
-
Thanks for the ongoing work on this great package. My issue is that I cannot set priors on auxillary parameters in distributional regressions.
For example, I am using a beta_binomial likelihood, an…
-
Efficient techniques for generating binomial variates exist:
http://delivery.acm.org/10.1145/50000/42381/p216-kachitvichyanukul.pdf?ip=128.32.46.192&id=42381&acc=ACTIVE%20SERVICE&key=CA367851C7E3CE77.…
-
why is there no negative binomial distribution in the eighty distribution
-
When finding inverse binomial values (inputting the probability to get the value of x), the behaivour is inconsistent between the upper and lower tails.
When computing a value of x for the lower ta…
-
Currently, the `struct NegativeBinomial` uses the parameters `r` and `p`, as in the interpretation of negative binomial distribution as the distribution of the number of failures in a sequence of Bern…
-
-
Hi,
When doing a binomial estimate using a low chance and large number of trials, such as 3600 trials and a 0.08 probability, the result is undefined.
Any ideas as to if this can be patched?
-
Sometimes you want to simulate a lot of different scenarios. It would be very expensive to run thousands of tests, but it's very cheap to generate thousands of results.
We are going to simulate binom…