-
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…
-
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…
-
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 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…
-
Until CmdStanMCMC have checkpoints, we will need to have some methodology in place to handle out-of-distribution statistics.
Basically, this function should take as input an arviz InferenceData obj…
-
As far as I understand, the tfp backend represents a model as a class inheriting from `tfd.Distribution`, which then exposes a `log_prob` function for the sampler to use (and parameter shapes and bije…
-
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:/…
-
Currently `cmdstan_model()` outputs deprecation warning or syntax error and recommends running `stanc`, which is a completely foreign thing for R users. Improve the message to recommend using `$format…
-
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…
-
The intention is to move the implementation of `eng_stan()` to the `rstan` package, so that the engine implementation can evolve as the `rstan` package evolves.
As an example, we do this with the `…