-
**Background:** The renewal equation has been used widely for forecasting Covid-19. Little work has been done to explore whether the inclusion of a generation time assumption improves forecast perform…
-
1 - What is the message that we want to convey in the revised paper, concerning the pseudolikelihood?
2 - What parts of the paper require changes for point 1?
3 - Given that we decided to discus…
-
### Description
Is there an api to print the model coefficients/aic/bic etc like `R` or `statsmodels`? I fitted an ARIMA model but the Nixtla classes don't appear to implement REPL support so its har…
-
```concat: a.concat(b)```,合并数组,返回合并后的数组,不对之前的数组产生影响
```every: arr.every(fn)```,为数组中每一个元素执行fn,直到fn返回false,返回值也是false。fn有三个参数,$1是元素,$2是元素下标,$3是arr
```filter: arr.filter(fn)```,过滤出符合fn中表达式的元素,不会改变原…
-
Hola! Tenía una consulta con este código que escribí.
Está mal si yo uso la función pertenece para resolver este ejercicio?
Lo que hice fue lo siguiente:
```c
#define MARCAFIN -1
enum {MEN…
-
Particularly those that contain nitrile (for the 'CY', 'NY' atom types in Amber).
Certain chains need qualifiers which dictate how the atom types are assigned. How do we implement this? This can ti…
-
Hi @florianhartig ,
just got pointed to this nice package by @hugesingleton - we built `mmrm` (https://openpharma.github.io/mmrm) implementing mixed models for repeated measures and it seems there …
-
Fantastic package.
I'm running into a new issue with some old code that I think was written under version 1.5.0
Is there a way to remove the line connecting discrete points on a plot?
I'm plo…
-
See reprex below. In my real codebase I'm using `furrr`'s `future_map` for other purposes (reading a series of files off disk).
```
library(fable)
#> Loading required package: fabletools
l…
-
Hi there, great work so far!
I don't think it is possible to fit variance-covariance matrices that are the Kronecker product (_a.k.a._ direct product) of mutiple terms in the model. I am only assumin…