-
#### Summary:
From @bob-carpenter
> Our loggers should just take these, as in:
>
> logger.info()
> logger.info("Gradient evaluation took ", deltaT, " seconds");
#### Description:
Our log…
-
We want to include the same diagnostic output "parameters" as in CmdStan, which means adding
So that means adding:
- [ ] accept_stat__
- [ ] stepsize__
- [ ] treedepth__
- [ ] n_leapfrog__
- [ ] n_di…
-
## Description
Scrounging for optimizations wherever I can I noticed we did not set the `NDEBUG` macro flag which can have some nice teny benefits. However setting the NDEBUG macro at compile time …
-
**Describe the bug**
If I use the same seed (to ensure reproducibility) and do two model$fit() runs with identical arguments except that one has thin=4, I get fewer divergent transitions, fewer max_t…
-
Hi Peter,
Thanks so much for making this toolbox available. I'm currently trying to set it up on Windows 10, but I'm running into a problem with the RTools installation.
I ran the RTools35.exe …
-
#### Summary:
Rhatv5 is one of the latest [convergence diagnostics](https://arxiv.org/abs/1903.08008). While the packages RStan, posterior, and ArviZ use this new calculation, Stan/CmdStan does no…
-
It would make sense to generalise and simplify the current functionality of estimate_delays into a new function called estimate_dist (to highlight it isn't just distributions we are estimating).
B…
-
I'm playing with an R package that permits supplying the runtime args as a nested list, thereby making things flexible to future possible changes in what cmdstan accepts. To validate this user input (…
-
#### Summary:
I'm using `stan_rdump` to write out a stan data Rds file in order to fit a model to moderately large data related to genomics. I can't fit this model using rstan because [long vectors…
-
I've just installed prophet but It's not working when I try to fit.
```
14:11:57 - cmdstanpy - INFO - Chain [1] start processing
14:11:57 - cmdstanpy - INFO - Chain [1] done processing
14:11:57 …