bgoodri
bgoodri
The **rstan** process for including external files is a bit different although slightly easier. We just need to make people who are using this mechanism aware of it.
You need to get the develop version of Stan from GitHub if you want to do dense HMC. The implementation of it for 2.18 and earlier was just wrong. https://github.com/stan-dev/stan/issues/2671...
It is fairly straightforward to do quantile regression when the asymmetric Laplace distribution is represented as a scale mixture of normals, which is differentiable everywhere. But due to the discontinuity,...
I don't think anyone ever has grounds to mind if someone else wants to implement something in Math. On Mon, Jul 6, 2020 at 12:45 PM Simon Dirmeier wrote: >...
I guess it should be whatever it is for x[1 + 2:3 + 9]. On Sat, Oct 21, 2017 at 7:13 PM, Bob Carpenter wrote: > This sounds like it'd...
Perhaps https://www.boost.org/doc/libs/1_67_0/libs/hof/doc/html/doc/ would help
Yes On Fri, Jul 29, 2022 at 11:45 AM Benjamin Deonovic ***@***.***> wrote: > Why were the draws shuffled/permuted in the first place? Seems like a > strange default behavior....
Can the `-mmacosx-version-min=10.13` thing be moved to CXX14FLAGS? Why is it even needed?
If people with Macs could try remotes::install_github("stan-dev/rstan", ref = "develop", subdir = "rstan/rstan") and report whether things work, I would appreciate it. On Thu, Jul 9, 2020 at 2:47 AM...
Yeah, that is a duplicate of https://github.com/stan-dev/stanc3/issues/611 On Thu, Jul 9, 2020 at 4:07 PM Doug Twitchell wrote: > That seems to have worked. The original error is now gone....