-
## Feature request
I was checking the `randimpl.py` file because when using `np.random.negative_binomial(n,p)` with float `n`, numba complains there is no implementation for arguments `(float…
-
### What happened?
The Binomial distribution does not draw its PDF for n = 10 and alpha = 0. The script below generates the exception "The skewness is not defined for the Binomial distribution when…
-
With the `binomial()` family, the response can be specified in three ways (see `?family`):
1. Case/Factor: Rows indicating cases, response a factor indicator success/failure
2. Frequency: Rows i…
-
Not sure if this is missing or just not documented. But it'd be nice to have a way to be able to do Binomial regressions with `n` not equal to 1, e.g. `students_passing ~ teacher_salary` with `student…
-
### Description
This RFC proposes implement large number of probability distributions. The purpose of this issue is to serve as a tracking issue for implement large number of probability distributi…
-
Hi,
I am currently attempting to perform an association analysis on noncoding regions using WES data. However, while executing 379 array jobs, some of the jobs failed with an error. Could this iss…
-
Hi,
Is there a way to specify a custom link function similar to lme4? In my case, I would customize the logit link in a way that the lower bound is the chance level (e.g., 0.5) instead of 0 as done i…
-
There can be a huge difference in sampling speed with non-vectorized and vectorized code.
Simulated data
```
x
-
I'm using Math.Net to sample values from an overdispersed Poisson distribution. I'm doing this using the negative binomial link, as described here: https://stat.ethz.ch/pipermail/r-help/2002-June/0224…
-
# binomial.py
This script can be run from the command line from any directory that contains it by ./binomial.py
Also it can be imported into python to run any of the defined modules
To see optio…