wds15

Results 97 comments of wds15

Can u reproduce the issues Frank is having? If yes, how do you install which version?

The extreme quantiles of a posterior are not a minimum nor a maximum to me. What I would like to see as a user is a continuous output if possible....

@avehtari quantile returns sample quantiles to me. Maybe we can have an mcse for min or max? That could be interesting, but would probably need to be defined in terms...

@paul-buerkner is it an option to use the auto formatter from the parser? So whenever the target is cmdstan version >=2.32, then you use the auto-formatter option. What I have...

@paul-buerkner the auto format option must be given to the stanc3 interpreter. There should be an option on cmdstanr for this. So in fact, it's possible to handle this in...

The same would be very useful for the horseshoe priors as well, I guess, no?

Here is an improved version which is a bit more clever on the first argument name and does chunking, which can speed up things a lot: ```r library(brms) library(tidybayes) library(dplyr)...

Nice alternative version. However, it is not "pipeable" - so the user cannot pipe into a Q boosted thing. The other day I had the thought that one should probably...

Bummer that is not yet in! I just ran into the need for this just now... would be awesome if this moves forward.

just to note... R 4.3.0 is out - wouldn't it be a good time-point to get `rstan` and `StanHeaders` updates pushed to CRAN right now? This would ensure that the...