-
In both labsession 2a/2b, mu is used for the log-normal distribution of vtt. For me, it is inclear how to determine which starting value of mu you should use, in order to get your model working right.…
-
As a follow-up of #877
Following families need validation or don't yet work:
- [ ] betabinomial
- [ ] hurdle models
- [ ] zero-inflated models
- [ ] glmmTMB::compois
- [ ] glmmTMB::genpois
…
-
People, hey!
I've already read first 2 chapters of the book (BAP3) – it's super useful.
After that I decided to experiment with models and my goal is to estimate difference between ARPU for diff…
-
I encountered the following errors. What should I do?
Mapping files: 100%|██████████| 3/3 [00:03
-
### Describe the issue:
pm.gp.Marginal.conditional need a array-like type variable. I input a ndarray type variable,which raise a valueError (setting an array element with a sequence).I suppose it …
-
Define the lognormal density starting from the normal:
```
var("mu", domain="real")
var("y, m, s, sigma", domain="positive")
dnorm(x, mu, sigma) = e^(-(x-mu)^2/(2*sigma^2))/(sigma*sqrt(2*pi))
dlnor…
-
### What were you trying to do?
Edit code on a WaveShare rp2040-zero running CircuitPython
### What steps did you take to trigger the issue?
- Open MU editor
- Switch to rp2040 mode
- Restart MU …
-
To ensure protein positivity (i.e. $p > 0$), you must check positivity for $f$.
Indeed, $p = \mu \rho f \odot \tau(f)$ (see Dourado et al. 2023).
In all your models, reactions are irreversible and ne…
-
Here we report two bugs found in the P3 microphysics SCREAM F90 version code.
1- in routine back_to_cell_average, the one line code that converts in-cloud immersion freezing of cloud drops **mass** i…
-