-
```python
>>> pprint(Sum(binomial(n, m)*sin(m*x)*cos((n-m)*x), (m, 0, n)).doit())
n
____
╲
╲ …
-
When poking the growth equation I noticed an oddity that I hadn't thought about before. When the beta-binomial (implemented at https://github.com/gadget-framework/gadget3/blob/master/R/action_grow.R#L…
bthe updated
8 months ago
-
-
Final cycle of resolving TASKS in WoRMS...
TASK ACC-ACC species (different authors). When I click a button _Most Recent Name_, some (not all!) **older names become incorrectly flagged instead of ju…
-
Hello,
As we discussed on Slack, the end user must manually transform parameters and densities when parameters have restrictions. For example, the parameter sigma of the normal distribution must be…
-
-
Hi there,
I get the error "$ operator not defined for this S4 class" when attempting to use tab_model() for a bglmerMod object:
m3
-
I tried to replace the BN-inception with resnet50 pretrained on imagenet.
it seems that the performence droped a lot.
With your code, I can reproduce the result on cub-200, about 0.65.
And I inple…
-
This should work, using the VerbAgg dataset in lme4, but the Stan model doesn't compile:
```
library(glmer2stan)
library(lme4)
# glmer2stan doesn't like factor grouping variables
VerbAgg$id
-
No way I can share the data, so not necessarily reproducible.
Data is 20k x 4k, binomial response, 10-fold CV. Gets to end then reports
"Error in `[.data.frame`(data, flag, model$variables$var_nam…