-
I have quite a few stan files for time series lying around and could contribute a module to this project.
`from abc import ABCMeta, abstractstaticmethod
from typing import Dict
import pystan as ps
…
-
https://github.com/JuliaDiffEq/DiffEqBenchmarks.jl has some examples that can be stolen. It would be nice to track the interaction between differential equations and MCMC tooling.
-
I realize we haven't gotten to this yet, but I think it should probably be on the radar, at least to discuss.
`bbr.bayes::submit_models()` isn't implemented and `bbr::submit_models()` doesn't work …
-
Hi! I'm creating this issue related to my ROpenSci statistical software package submission ([submission issue here](https://github.com/ropensci/software-review/issues/642), [package repo here](https:/…
-
#### Summary:
Following on from [this issue in the brms repo](https://github.com/paul-buerkner/brms/issues/994), the R session on Windows will crash when repeatedly assigning to the same output.
T…
-
There are a lot of things that need to be fixed about North America, but lets start with our range models.
Both stv and gdd2lf models throw 10-20 divergent transitions. Dan thinks its a problem with …
-
Hi, your code has been super helpful in getting me started for a more complex model, huge thanks. I however noticed a minor issue that kept me scratching my head for a while: if I fit coefficients wit…
-
Hi @sambrilleman ,
Thanks very much for this package I have to say splines are faster and better suited for survival analysis of large datasets than the PEM. I have coded some functions for plottin…
-
Hi Mike,
I am working on notebook "Vertex AI Custom Model - Prophet - Custom Job With Custom Container".
Below command throws an error
!gcloud auth configure-docker {REGION}-docker.pkg.dev --quie…
-
Only `bernoulli_logit` and `ordered_logistic` are currently implemented, but it makes sense to expand to more:
- [x] `poisson`
- [x] `normal`
- [x] `lognormal`
- [x] `neg_binomial`
- [x] `stude…