-
Imported from SourceForge on 2024-07-07 00:16:44
Created by **[zmth](https://sourceforge.net/u/zmth/)** on 2021-10-01 11:16:16
Original: https://sourceforge.net/p/maxima/bugs/3869
---
Directly from …
rtoy updated
4 months ago
-
With the following setup:
``` python
b = dists.Binomial(1000, 0.1)
```
the following operations
``` python
b.mean
b.variance
```
time 48μs and 110μs respectively. However, `b.mean` is simply 100 a…
-
**Standard statistical tests**
Adding a page with snippets for commonly used statistical tests, like group comparisons, enrichment and linear regression. Meant to be a quick resource, not a compreh…
-
A long-standing problem that I want to solve with the next release is the handling of the weights. The problem is the following:
Depending on the family, weights are either included in the simulati…
-
I have successfully run glmm.score, but am getting the following error with glmm.wald (using gds):
Error in if (is.gds) { : the condition has length > 1
R version 4.4.1 (2024-06-14) -- "Race for Y…
-
Not urgent.
-
#### Describe the bug
X scale show non integer units, which doesn't make sense for a binomial law
#### Screenshots
![SmartSelect_20210402-073439_NumWorks](https://user-images.githubusercontent.co…
-
-
**Notebook title**: GLM hierarchical binomial model
**Notebook url**: https://github.com/pymc-devs/pymc-examples/blob/main/examples/generalized_linear_models/GLM-hierarchical-binominal-model.ipynb
…
-
Is there a principled reason for discrete variables, such as those generated by poisson and aggregated binomials, not to be included in BGGM?
This might be a dumb question :-) But I've been implement…