-
Since we will initiate work on R/python/* interfaces this summer, I wanted to bring up this key issue: maintainability. It has to be in the forefront of our thinking when/if we create a multilingual a…
-
Hello Dr. Clayson,
I am interested in conducting dependability estimates on my data. I have formatted my data correctly and have downloaded the most recent dependents you list in the user manual fo…
-
## Description
Hi there! I'm trying to use Torsten since I want to do a PKPD project.
I got the idea that Torsten needs cmdstan and then cmdstandr to work. And i suppose i need the stan that's insi…
-
This would be nice to have since many PPLs want to test and benchmark against Stan.
Xref: https://github.com/StanJulia/CmdStan.jl/issues/92 @goedman @yebai @sethaxen
-
#### Summary:
CmdStan fails to compile models on IBM Power-9 systems.
This issue was previously discussed in the following Stan discourse post, [https://discourse.mc-stan.org/t/error-running-cmdst…
-
#### Summary:
The attached model used to work with previous (pre 2.28.0) MKL installations, but it fails to compile now with 2.28.0.
#### Description:
With the MKL being used the latest cmdstan…
wds15 updated
3 years ago
-
#### Summary:
If `fixed_param=True`, `adapt_engaged` will always be left as default (True) because of this early return https://github.com/stan-dev/cmdstanpy/blob/develop/cmdstanpy/cmdstan_args.py#…
-
According to the [documentation](https://mc-stan.org/docs/2_26/functions-reference/normal-id-glm.html) one of the signatures for ```normal_id_glm``` is:
```
real normal_id_glm_lpdf(vector y | row_ve…
-
**Describe the bug**
A rather annoying bug that appears to occur because Windows has not included the Rtools environment in its paths. I've found a solution, and flagging here in case this happens to…
-
Hi,
I've got a model with lots of optional variables but SBC throws an error when I try to plot their ranks. Here's a reproducible example with the following Stan program called `test.stan`.
```…