-
When using report(model) with models (LM, GLM, GLMM) including an offset term (e.g. offset = log(days)), I get the following error message:
`Error in eval(extras, data, env) : object 'days' not fou…
-
From a DHARMa user via email:
> I wonder if the qualitative difference between these residual plots using 1) pearson residuals and 2) DHARMa is expected? (81% of the data are zeros: 128 of 158)
…
-
If I build a model as
```python
def model(X, Y):
print("Start:", X.shape, Y.shape)
N = Y.shape[0]
with numpyro.plate('N', N):
v = sample('v', dist.ZeroInflatedDistribution(dist.…
-
We provide an implementation of Puiseux series, that is power series in `x^(1/n)` where `n` is an arbitrary integer.
When the base ring is an algebraically closed field, this is an algebraically cl…
-
Hi!
I have been trying to get Pearsons residuals from my ZINB using the following command, residuals (object, type=c("pearson")). However I am getting the following error,
Error in residuals.g…
-
If I am not mistaken, we still depend on ncpol2sdpa to generate problems with arbitrary substitution rules. I guess that the final goal will be to remove this dependence completely, mainly for speed …
-
On hera, using a clean check-out GSI from the EMC repository to repeat a previous case, built with debug mode , it was found the "floating invalid " run-time error
^^
0: forrtl: error (65): floa…
-
The problem may be missed in the [issue42](https://github.com/m-bain/frozen-in-time/issues/42)
When increasing the input number of frames from 4 to 8, how does Zero-pad work?
The center 4 frames use…
-
IndexWriter has logic to handle the case where it can't delete a file (it puts in a retry list and indexfiledeleter will periodically retry, you can force this retry with deletePendingFiles).
But fro…
-
:bug: :whale: 🐼
User reported,
convert_vertical_obs
DARTQC_FAILED_VERT_CONVERT is not ending up in the obs_seq.final
will update with reproducer shortly.
### Describe the bug
1. List…