-
As far as I understand, part of the resolution to gh-53 is that `pmx_integrate_ode_adams`, `pmx_integrate_ode_bdf`, and `pmx_integrate_ode_rk45` are no longer intended to be exposed to the user.
Th…
-
Initially reported https://github.com/stan-dev/cmdstan/issues/1299
This stan code:
```stan
parameters {
vector[1] x;
}
transformed parameters {
vector[1] theta = 1 * x;
}
model {
t…
-
#### Summary:
It appears that `rstan` requires the `BH` to be available at run time when it compiles the Stan models otherwise an error is thrown e.g.
```
> stan_model
-
## Goal
We might want to anticipate/circumvent issues with compiling the stan model in Windows, as a short-term fix for the Windows issues that @arranhamlet ran into. Longer term, we should probably …
-
Hey all,
I've been thinking more about how to improve interoperability for Stan and how Stan users
can take advantage of additional performance gains by possibly switching over stan models to be s…
-
### Description of current behavior
When `Inf` or `-Inf` are encountered in data, `brm` passes these rows to Stan, which fails because it is not able to evaluate the lp at the initial values. I think…
-
Otherwise it seems this can lead to the stan makefile not recognizing the compiler:
```
RuntimeError: Command make STAN_THREADS=true STANCFLAGS=--include-paths=. /tmp/tmp9av6ksrm/model_model.so fa…
-
Add Stan PPL integration to use Stan models with Blackjax inference algorithms
With the [BridgeStan](https://roualdes.github.io/bridgestan/latest/) library, we can efficiently access log density an…
-
The model has some parameters which are not `brms` defaults. These parameters are introduced by `epidist_stancode`. Currently, users do not have an easy way to modify these priors.
We could add som…
-
Currently implemented operations on Turing models:
- fix / unfix (equivalent to the do-operator)
- condition / decondition
- generated_quantities
- predict ( could be implemented using fix, …
yebai updated
2 weeks ago