-
Got compile-time message in Rstan: "... In this case, the new compiler did not work like we hoped."
```
Semantic error in 'string', line 10, column 6 to column 12:
Identifier 'normal' clashes w…
-
### Current Behavior:
Enabling compiler optimizations currently stops emitting a default assignment for a variable if it is immediately assigned to (https://github.com/stan-dev/stanc3/pull/1029). H…
-
...that specifies the specific structure of the reporting schedule, e.g. with a formula `~ thursday` to state that reports happen weekly on Thursdays. We may want to assume that the reporting cycle do…
-
#### Summary:
I am trying to install the development version on MacOS 10.15 to make use of your survival analysis.
#### Description:
During the build process, if I skip the update I get the follo…
-
I attempted to reproduce the results of ETSFull model on load_iclaims() data using code example provided in orbit documentation, however, I ran into TypeError issue.
I did the install of orbit-ml pa…
-
From what I understand the `stan3` modelling language might not be exactly the same as with current stan. `pymc3` and `pymc4` also have different modeling languages.
Currently the plan is to have e…
-
Hello.
I've found by chance that some links on the 'BUGS Examples Sorted by Volume' section don't work.
https://github.com/stan-dev/example-models/blob/master/bugs_examples/vol3/funshapes/hsquare.st…
-
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 {
…
-
Hi Brian,
I'm using MatlabStan for cognitive modeling right now. It's very helpful for me. Thanks so much for developing this amazing toolbox!
### The problem of getting stan version
Howe…
-
In the current README.Rmd, some stan code is executed directly and so is not clear from a replication standpoint in the README.md
Under the stan model, may I suggest adding that it can be stored as…