-
LIke many other folks, my stan environment in R is broken. I am on a Mac running High Sierra (Version 10.13.6), R version 4.0.2, latest version of Rstudio, and I rstan version 2.21.1. I have removed a…
-
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…
-
The current `listing` environment is handy for code snippets and small extracts. But it cannot (obviously) typeset programs more than one page long (if you try it, you get a truncated listing).
Thi…
-
* [ ] implement SPD transforms as Stan programs
* [ ] code test distribution programs
* [ ] Wishart
* [ ] inverse Wishart
* [ ] something spectral (distribution on eigenvalues)?
The…
-
**Issue by [sakrejda](https://github.com/sakrejda)**
_Friday Dec 30, 2016 at 19:31 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/2198_
----
#### Summary:
Stan defines machine-…
-
In the `develop` branch, tuples generated by Stan programs are one-dimensional arrays of tuples. This can make it difficult to access elements of tuples. For example, consider the following test.
`…
-
Since Stan has been so helpful with the last issues, here's another one... I can grab frames neither from a .webm nor from a .mkv video:
`java.lang.NullPointerException
at org.jcodec.api.FrameGra…
-
#### Summary:
Compilation error on simple Stan model only when using `--O` stanc flag.
#### Description:
The `--O` flag generates a model header including a `stan::model::assign` call that does…
-
#### Summary:
Having installed rstan on macbook air 2020 and testing the example schools.stan example in the installation guide.
gives me:
#### Description:
```
fit
-
The BYM2 islands implementation isn't doing the right thing.
I have an implementation which seems to be working here:
https://github.com/stan-dev/example-models/tree/master/knitr/car-iar-poisson/up…