-
No luck finding anything in the repo per instructions
find . -name ".env.example"
Hope I am not missing something stupid. Got a class coming up and want to use, figure it is better to administer m…
-
As above in the current version of the action windows is failing to install cmdstan. However this looks like a wider issue with `cmdstanr` rather than with the action so in the first instance I sugges…
-
We're building some big models off of this and looking for any speed ups we can get. Since we do a lot of vectorization and matrix multiplication I'm hoping we'll see some nice increases.
Thanks fo…
-
Hello,
I am trying to run this model:
```
mdata = list(
mx = test$mx,
time = test$time,
county = test$county
)
f = alist(
mx ~ normal(mu, sigma),
mu pred
sdaza updated
2 years ago
-
Alluded to in #874, I've noticed that if you try to set initial values to the Pathfinder algorithm, in particular the multi-path variety of this algorithm, `cmdstanr` currently doesn't allow the paths…
-
#### Summary:
Write documentation for standalone function compilation.
#### Description:
When #2267 was implemented and merged, only rudimentary documentation was created. Some description in b…
-
Hi @MansMeg,
we are looking into using posterior db for regression testing (both numerical accuracy as well as speed testing) for the math/stan/cmdstan/stanc3 repository pipeline. There are a bunc…
-
#### Summary:
Expose ADVI ELBO via rstan interface
#### Description:
I don't believe there is any way to access the ELBO values at each iteration through the rstan interface. These would be useful f…
-
#### Summary:
Extend the functionality added in https://github.com/stan-dev/stan/pull/3230 to return the Hessian and the condition number of the Hessian at the end of adaptation.
#### Descript…
-
# Description
While looking into pymc3 I see that they use arviz:
> ArviZ is a Python package for exploratory analysis of Bayesian models. Includes functions for posterior analysis, data storage…