-
#### Summary:
`fit.summary()` crashes when run in a jupyter notebook.
#### Description:
`fit.summary()` and `fit.diagnose()` don't work when following the [Hello World tutorial](https://mc-stan.o…
-
While [rstan](https://mc-stan.org/users/interfaces/rstan) was the first canonical package for interfacing R & Stan, more recently the Stan devs have created [cmdstanr](https://mc-stan.org/cmdstanr/) a…
-
My environment had a version mismatch in `cmdstan`: the expected version was 2.31.0, but the installed version was 2.32.1 (see #2489). This led to extremely poor forecasting results and lot of time sp…
-
library(devtools)
> devtools::install_github("HemingNM/ENMwizard")
Downloading GitHub repo HemingNM/ENMwizard@HEAD
── R CMD build ───────────────────────────────────────────────────────────────────…
-
Hi Tamas,
Thanks for this mornings update of StanSamples.jl. It now runs fine with the updated line 58 (used to be line 35).
Last week I added an example of using StanDump & StanRun to CmdStan.j…
-
**Issue by [bob-carpenter](https://github.com/bob-carpenter)**
_Tuesday Jan 28, 2014 at 16:25 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/519_
----
Sebastian Weber suggested …
-
dear author,
i run "meerkat analysis.R" data in meerkat analysis folder, but i encounter some errors during compile model in this code " CRN_mod = cmdstan_model(stan_file = "CRN_tutorial_mod.stan…
-
#### Summary:
We need a page for troubleshooting the installation and when the `install` and `rebuild` cmdstan scripts fail, they should provide a link to this page.
#### Description:
I wrote the…
-
Finish implementation of Multinomial, MultinomialEta and DS in cmdstan
-
#### Summary:
If `fixed_param=True`, `adapt_engaged` will always be left as default (True) because of this early return https://github.com/stan-dev/cmdstanpy/blob/develop/cmdstanpy/cmdstan_args.py#…