-
I tried to run the command `quarto preview quarto-book/`, but it's throwing an error. What do I do?
```
Preparing to preview
[ 1/10] index.qmd
[ 2/10] intro.qmd
[ 3/10] random-variables.qmd
…
-
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 …
-
2 problems:
- this isn't working for our users - https://mc-stan.org/cmdstanr/articles/r-markdown.html#option-3-using-both-rstan-and-cmdstanr-in-the-same-r-markdown-document
- there is no such t…
-
john reid asks
> Also would it be possible to have cmdstan output samples from the best iteration so far if it is interrupted (Ctrl-C)?
-
We could do an experiment where we fix `beta`, and `R0` (and thus we know `gamma`) and `S0` and also the log-normal **likelihood** variance `sigma_y^2`. We then simulate a SIR trajectory from this p…
-
We've recently discussed how CmdStan does not have a way to provide users access to the initial values it used:
* https://discourse.mc-stan.org/t/does-the-init-argument-work-with-cmdstanr/17255/19
…
-
#### Summary:
Based on my understanding of https://github.com/stan-dev/stan/pull/2739, there should be new covariance function available to use via rstan.
#### Description:
It seems that these …
-
### Comment:
Various reports of M1 Mac issues have come in https://github.com/stan-dev/cmdstanpy/issues/546
I am unable to test locally, some of them seem to be down to specific library versions.
-
This recipe vendors its own copy of `tbb` (see [source](https://github.com/RcppCore/RcppParallel/tree/master/src/tbb)). It would be an improvement to gut that part of the package and link against a CF…
-
The appears to be the same issue as
https://github.com/rmcelreath/rethinking/issues/338
but the workaround listed there doesn't work. I can successfully estimate a model with ulam once, but un…