-
**Issue by [akerrigan](https://github.com/akerrigan)**
_Friday Aug 04, 2017 at 19:22 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/2375_
----
#### Summary:
Samples generated f…
-
This would be really nice to have by default.
-
**Issue by [bob-carpenter](https://github.com/bob-carpenter)**
_Saturday Mar 14, 2015 at 03:59 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/1369_
----
From Ben Goodrich on sta…
-
Hi, I'm getting an error when running example code 9.12 from Statistical Rethinking 2 (Compiled February 28, 2019). Note that the code ran successfully for the first time, but after that it fails.
…
-
For example, here's a way to make a 2-D clustering model with a fixed number of clusters:
```
[assume c1_mu (mvn (array 0 0) (id_matrix 2))]
[assume c1_sig (inv_wishart ...)]
c2, c3 likewise
[assume …
-
#### Summary:
`stan()` writes some object to the global namespace during sampling causing an error with the `drake` package (see ropensci/drake#960).
#### Description:
When trying to use `stan(…
-
From Ben Goodrich on stan-dev:
OK. I invented a new rule (locally): You are allowed to assign anything to a matrix with 0 rows and 0 columns. So, this now works:
```
model {
matrix[0,0] X[2];
ve…
-
**Issue by [bgoodri](https://github.com/bgoodri)**
_Tuesday Aug 23, 2016 at 03:11 GMT_
_Originally opened as https://github.com/stan-dev/stan/issues/2023_
----
#### Summary:
Support solving a syst…
-
See https://discourse.mc-stan.org/t/cmdstan-stan-2-33-release-candidate/32531. This one actually removes the old array syntax, not just a deprecation warning.
@bgoodri @andrjohns @hsbadr Is RStan …
-
#### Summary:
The naming scheme used to reconstruct the stanfit object in read_stan_csv is different than the original rstan::sampling output
shredder::rat_data
```r
$N
[1] 30
$T
…