-
```julia
julia> versioninfo()
Julia Version 1.8.0-rc1
Commit 6368fdc656* (2022-05-27 18:33 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 8 × Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
…
tpapp updated
2 years ago
-
Hi,
I'm trying to use bridgesampling with the output of cmdstanr (https://mc-stan.org/cmdstanr/index.html).
Would you consider supporting it?
In the meanwhile I tried to convert the cmdstanr objec…
-
If I compile models using cmdstan, it seems to consistently finish about twice as fast as if I compile a model with bridgestan:
```stan
// justatest.stan
parameters {
real x;
}
model {
…
-
This came up in cmdstanr issue [#826](https://github.com/stan-dev/cmdstanr/issues/826) from @ksvanhorn:
> It's worth noting the the columns in the output aren't documented anywhere that I can find…
-
#### Summary:
Add PSIS diagnostic for ADVI .
#### Description:
This paper proposes PSIS diagnostic for ADVI: Yuling Yao, Aki Vehtari, Daniel Simpson, and Andrew Gelman (2018). Yes, but Did It Wor…
-
#### Summary:
A request that's come up before is the ability to centrally install cmdstan after building. I've put together an initial attempt at a makefile target, so that a user can run:
```
make…
-
This is actually just a simple request 😄 I was wondering whether it would be possible to include the version number of the release of MatlabStan in the downloaded files somewhere.
When I run mode…
-
#### Summary:
We should talk about our JSON and R dump formats accepted by CmdStan in the reference manual.
#### Description:
Note that our JSON format is different than the formats accepte…
-
# Background
I wrote a package to pre-compile CmdStan models inside other R packages. The project is not public yet, but after it goes through my company's open-source approval process (hopefully w…
-
Hi
I learned about yaps for the first time today and I could install ```yaps``` (with its dependencies) and ```cmdstan``` and successfully run the example model of the ```coin``` toss.
In additio…