-
Happens in `test-rule-fit-binomial.R`, `test-rule-fit-multinomial.R`, and `test-rule-fit-regression.R`.
``` r
library(rules)
#> Loading required package: parsnip
data("ad_data", package = "mod…
-
The "categorical family" are the categorical and multinomial, with their Bernoulli and binomial variants, in versions of single call, non-conjugate but tracking sufficient statistics, collapsed conjug…
-
```
sage: R = Integers(6)
sage: binomial(R(5), R(2))
10
sage: binomial(R(5), R(2)).parent()
Integer Ring
```
But `binomial(R(5), R(2))` is nonsense, both as an element of ZZ and as an element of R…
-
[ if regression == 'logit':](https://github.com/pzivich/zEpid/blob/16a0f96f8b2c65df8715085801f21757d1478e1e/zepid/base.py#L1658)
It's strange that the default argument will cause warning,
```
…
-
Hi,
Is it possible to do PCE on dependent Binomial/Bernoulli distribution in chaospy?
I have a problem with distribution that is dependent Binomial/Bernoulli. (For example: I have a B1 ~ Ber(0.6) (…
-
### Issue description
Only with `method = "bayes"` we can set the number of maximal allowed parents individually per node.
### MRE
```
### Generate data
# Set seed for reproducibility
set.s…
-
The current generator lacks several methods.
* `numpy.random.Generator`: https://numpy.org/doc/stable/reference/random/generator.html#numpy.random.Generator
* `cupy.random.Generator`: https://docs…
-
When trying to integrate a binomial coefficient with a symbol, the integration does not evaluate:
``` python
In [36]: integrate(binomial(x, 2), x)
Out[36]: Integral(binomial(x, 2), x)
```
but when e…
-
This would make working with "big" numbers slightly less tedious
```julia
julia> @big binomial(212,52) * binomial(352,23)
859136360773199597580363455638164471492576948741885757574365314135634510116…
-
Hello!
I was trying to reproduce your Tricycle paper SI results (Universal prediction of cell cycle position using transfer learning)...particularly, the negative binomial simulations in SI Figs S1-…