-
#### Summary:
On a bare install of Ubuntu 20.04 + R, the example code `example(stan_model, package = "rstan", run.dontrun = TRUE)` produces a segfault.
#### Description:
The only additional inf…
-
In R interface, `StanModel$new()` accepts data as "a JSON string literal, a path to a data file in JSON format ending in “.json”". CmdStanR has handy function `write_stan_json()` https://mc-stan.org/c…
-
Starting an issue to track the [feature/car](https://github.com/stan-dev/rstanarm/tree/feature/car) branch which introduces the conditional autoregressive (CAR) class of spatial models into rstanarm.
…
-
#### Summary:
Can't build stan model using stanc and stan_model
#### Reproducible Steps:
```{r}
library(rstan)
fixed_effect tmp.def; \
echo "C:/rtools40/mingw64/bin/"g++ -shared -s…
-
We might keep an overview of all the releases in a `ReleaseNotes.md` file, to search for and find dates of specific changes back.
-
As Ben Goodrich mentioned a year back, it may be worth refactoring the Stan files into smaller chunks that can be shared across multiple Stan files.
> I think the main thing is that you need to conso…
-
Plot pairs and energy (all chains combined or specify for separate chains)
From stan forum to get energy:
pairs_stan
-
Please Help asap I have a project due in a couple days and I am trying to use prophet here is my code and error message. I am creating a stock market prediction web app. Every time I put in code for m…
-
**In mvgam, this is the process for working with Stan:**
1. A model is defined in Stan language
2. The package first searches for a cmdstanr installation; if found, it uses Cmdstan as the backend to…
-
The current repo organisation is very messy and needs better re-organisation. Below are notes
- All examples should be implemented in both Turing.jl and Stan.jl
- Each of them needs a file for m…